TemplateControl.AutoHandlers 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Use of this property is not recommended because it is no longer useful. http://go.microsoft.com/fwlink/?linkid=14202
ASP.NET 2.0 中已弃用 AutoHandlers 属性。 它是由生成的类使用的,不应在代码中使用。
protected:
virtual property int AutoHandlers { int get(); void set(int value); };
protected virtual int AutoHandlers { get; set; }
[System.Obsolete("Use of this property is not recommended because it is no longer useful. http://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual int AutoHandlers { get; set; }
member this.AutoHandlers : int with get, set
[<System.Obsolete("Use of this property is not recommended because it is no longer useful. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.AutoHandlers : int with get, set
Protected Overridable Property AutoHandlers As Integer
属性值
始终为 0。
- 属性