TemplateControl.AutoHandlers Propiedad

Definición

Precaución

Use of this property is not recommended because it is no longer useful. http://go.microsoft.com/fwlink/?linkid=14202

La propiedad AutoHandlers ha pasado a estar en desuso en ASP.NET 2.0. Se utiliza por las clases generadas y no está pensada para ser utilizada dentro del código.

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

Valor de propiedad

Int32

Siempre es 0.

Atributos

Se aplica a