PageParser.DefaultUserControlBaseType プロパティ

定義

ユーザー コントロールの派生元の型を取得または設定します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 static property Type ^ DefaultUserControlBaseType { Type ^ get(); void set(Type ^ value); };
public static Type DefaultUserControlBaseType { get; set; }
static member DefaultUserControlBaseType : Type with get, set
Public Shared Property DefaultUserControlBaseType As Type

プロパティ値

ユーザー コントロールの派生元の型。

注釈

イベントが Global.asax ファイルで発生する PreApplicationStart 前に、このプロパティにアクセスする必要があります。

適用対象