ControlBuilderAttribute.BuilderType プロパティ
アセンブリ: System.Web (system.web.dll 内)

属性に関連付けられたコントロールの 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

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からControlBuilderAttribute.BuilderType プロパティを検索する場合は、下記のリンクをクリックしてください。

- ControlBuilderAttribute.BuilderType プロパティのページへのリンク