DefaultBindingPropertyAttribute 建構函式

定義

初始化 DefaultBindingPropertyAttribute 類別的新執行個體。

多載

DefaultBindingPropertyAttribute()

不使用參數來初始化 DefaultBindingPropertyAttribute 類別的新執行個體。

DefaultBindingPropertyAttribute(String)

初始化使用指定的屬性名稱之 DefaultBindingPropertyAttribute 類別的新執行個體。

DefaultBindingPropertyAttribute()

來源:
DefaultBindingPropertyAttribute.cs
來源:
DefaultBindingPropertyAttribute.cs
來源:
DefaultBindingPropertyAttribute.cs

不使用參數來初始化 DefaultBindingPropertyAttribute 類別的新執行個體。

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

備註

沒有參數建構函式會將 Name 屬性設定為 null

另請參閱

適用於

DefaultBindingPropertyAttribute(String)

來源:
DefaultBindingPropertyAttribute.cs
來源:
DefaultBindingPropertyAttribute.cs
來源:
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

另請參閱

適用於