ControlBuilderAttribute.BuilderType プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > ControlBuilderAttribute.BuilderType プロパティの意味・解説 

ControlBuilderAttribute.BuilderType プロパティ

属性関連付けられたコントロールType取得します。このプロパティ読み取り専用です。

名前空間: System.Web.UI
アセンブリ: System.Web (system.web.dll 内)
構文構文

Dim instance As ControlBuilderAttribute
Dim value As Type

value = instance.BuilderType
public Type BuilderType { get; }
public:
property Type^ BuilderType {
    Type^ get ();
}
/** @property */
public Type get_BuilderType ()

プロパティ
属性関連付けられたコントロールType

使用例使用例
' Using the NowWhiteSpaceControlBuilder with a simple control.
' When created on a page this control will not allow white space
' to be converted into a literal control.     
<ControlBuilderAttribute(GetType(NoWhiteSpaceControlBuilder))>
  _
<AspNetHostingPermission(SecurityAction.Demand, _
  Level:=AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class
 MyNonWhiteSpaceControl
  Inherits Control
End Class 'MyNonWhiteSpaceControl

' A simple custom control to compare with MyNonWhiteSpaceControl.
<AspNetHostingPermission(SecurityAction.Demand, _
  Level:=AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class
 WhiteSpaceControl
  Inherits Control
End Class 'WhiteSpaceControl 
// Using the NowWhiteSpaceControlBuilder with a simple control.
// When created on a page this control will not allow white space
// to be converted into a literal control.     
[ControlBuilderAttribute(typeof(NoWhiteSpaceControlBuilder))]
[AspNetHostingPermission(SecurityAction.Demand, 
   Level=AspNetHostingPermissionLevel.Minimal)]
public sealed class MyNonWhiteSpaceControl
 : Control
{}

// A simple custom control to compare with MyNonWhiteSpaceControl.
[AspNetHostingPermission(SecurityAction.Demand, 
   Level=AspNetHostingPermissionLevel.Minimal)]
public sealed class WhiteSpaceControl : Control
 
{}
// Using the NowWhiteSpaceControlBuilder with a simple control.
// When created on a page this control will not allow white space
// to be converted into a literal control.     
/** @attribute ControlBuilderAttribute(NoWhiteSpaceControlBuilder.class)
 */
public class MyNonWhiteSpaceControl extends
 Control
{
} //MyNonWhiteSpaceControl

// A simple custom control to compare with MyNonWhiteSpaceControl.
public class WhiteSpaceControl extends Control
{
} //WhiteSpaceControl
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ControlBuilderAttribute クラス
ControlBuilderAttribute メンバ
System.Web.UI 名前空間
ControlBuilder クラス


このページでは「.NET Framework クラス ライブラリ リファレンス」からControlBuilderAttribute.BuilderType プロパティを検索した結果を表示しています。
Weblioに収録されているすべての辞書からControlBuilderAttribute.BuilderType プロパティを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からControlBuilderAttribute.BuilderType プロパティ を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

ControlBuilderAttribute.BuilderType プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



ControlBuilderAttribute.BuilderType プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS