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

Dim instance As PagesSection Dim value As String value = instance.UserControlBaseType instance.UserControlBaseType = value
/** @property */ public String get_UserControlBaseType () /** @property */ public void set_UserControlBaseType (String value)
public function get UserControlBaseType () : String public function set UserControlBaseType (value : String)
既定でユーザー コントロールが継承する分離コード ファイルを指定する文字列。

UserControlBaseType プロパティを使用する方法を次のコード例に示します。
' Get the current UserControlBaseType property value. Console.WriteLine( _ "Current UserControlBaseType value: '{0}'", _ pagesSection.UserControlBaseType) ' Set the UserControlBaseType property to ' "MyNameSpace.MyCustomControlBaseType". pagesSection.UserControlBaseType = _ "MyNameSpace.MyCustomControlBaseType"
// Get the current UserControlBaseType property value. Console.WriteLine( "Current UserControlBaseType value: '{0}'", pagesSection.UserControlBaseType); // Set the UserControlBaseType property to // "MyNameSpace.MyCustomControlBaseType". pagesSection.UserControlBaseType = "MyNameSpace.MyCustomControlBaseType";

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に収録されているすべての辞書からPagesSection.UserControlBaseType プロパティを検索する場合は、下記のリンクをクリックしてください。

- PagesSection.UserControlBaseType プロパティのページへのリンク