DataBindingHandlerAttribute.Default 字段

定义

定义 DataBindingHandlerAttribute 类的默认特性。Defines the default attribute for the DataBindingHandlerAttribute class.

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 

字段值

DataBindingHandlerAttribute

示例

下面的代码示例创建一个 DataBindingHandlerAttribute 设置为的类的实例 DefaultThe following code example creates an instance of the DataBindingHandlerAttribute class that is set to Default.

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

注解

这是未指定属性时使用的默认属性。This is the default attribute used when the attribute is not specified. 此字段为只读。This field is read-only.

适用于