TemplateControl.AutoHandlers 属性

定义

注意

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

属性值

Int32

始终为 0。

属性

适用于