DefaultBindingPropertyAttribute 构造函数

定义

初始化 DefaultBindingPropertyAttribute 类的新实例。

重载

DefaultBindingPropertyAttribute()

不使用任何参数初始化 DefaultBindingPropertyAttribute 类的新实例。

DefaultBindingPropertyAttribute(String)

使用指定的属性名称初始化 DefaultBindingPropertyAttribute 类的新实例。

DefaultBindingPropertyAttribute()

Source:
DefaultBindingPropertyAttribute.cs
Source:
DefaultBindingPropertyAttribute.cs
Source:
DefaultBindingPropertyAttribute.cs

不使用任何参数初始化 DefaultBindingPropertyAttribute 类的新实例。

public:
 DefaultBindingPropertyAttribute();
public DefaultBindingPropertyAttribute ();
Public Sub New ()

注解

无参数构造函数将 Name 属性设置为 null

另请参阅

适用于

DefaultBindingPropertyAttribute(String)

Source:
DefaultBindingPropertyAttribute.cs
Source:
DefaultBindingPropertyAttribute.cs
Source:
DefaultBindingPropertyAttribute.cs

使用指定的属性名称初始化 DefaultBindingPropertyAttribute 类的新实例。

public:
 DefaultBindingPropertyAttribute(System::String ^ name);
public DefaultBindingPropertyAttribute (string name);
public DefaultBindingPropertyAttribute (string? name);
new System.ComponentModel.DefaultBindingPropertyAttribute : string -> System.ComponentModel.DefaultBindingPropertyAttribute
Public Sub New (name As String)

参数

name
String

默认绑定属性的名称。

注解

此构造函数将 Name 属性设置为 参数的值 name

另请参阅

适用于