PageParser.DefaultUserControlBaseType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置从中派生所有用户控件的类型。
此 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 访问此属性。