DataBindingHandlerAttribute.Default Feld

Definition

Definiert das Standardattribut für die DataBindingHandlerAttribute-Klasse.

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 

Feldwert

Beispiele

Im folgenden Codebeispiel wird eine instance der Klasse erstellt, die DataBindingHandlerAttribute auf Defaultfestgelegt ist.

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

Hinweise

Dies ist das Standardattribute, das verwendet wird, wenn das Attribut nicht angegeben wird. Dieses Feld ist schreibgeschützt.

Gilt für: