TemplateControl.AutoHandlers Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
Use of this property is not recommended because it is no longer useful. http://go.microsoft.com/fwlink/?linkid=14202
A propriedade AutoHandlers foi preterida no ASP.NET do NET 2.0. Ela é usada por classes geradas e não se destina para uso no seu 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 da propriedade
Sempre 0.
- Atributos