Sdílet prostřednictvím


DataBindingHandlerAttribute.Default Pole

Definice

Definuje výchozí atribut pro DataBindingHandlerAttribute třídu.

public: static initonly System::Web::UI::DataBindingHandlerAttribute ^ Default;
public static readonly System.Web.UI.DataBindingHandlerAttribute Default;
 staticval mutable Default : System.Web.UI.DataBindingHandlerAttribute
Public Shared ReadOnly Default As DataBindingHandlerAttribute 

Hodnota pole

Příklady

Následující příklad kódu vytvoří instanci DataBindingHandlerAttribute třídy, která je nastavena na Default.

DataBindingHandlerAttribute myDataBindingHandlerAttribute = 
   DataBindingHandlerAttribute.Default;
Dim myDataBindingHandlerAttribute As DataBindingHandlerAttribute = _
      DataBindingHandlerAttribute.Default

Poznámky

Toto je výchozí atribut použitý v případě, že atribut není zadaný. Toto pole je jen ke čtení.

Platí pro