共用方式為


DefaultBindingPropertyAttribute 建構函式

定義

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

多載

名稱 Description
DefaultBindingPropertyAttribute()

初始化一個新的類別實例 DefaultBindingPropertyAttribute ,使用無參數。

DefaultBindingPropertyAttribute(String)

使用指定的屬性名稱初始化該 DefaultBindingPropertyAttribute 類別的新實例。

DefaultBindingPropertyAttribute()

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

初始化一個新的類別實例 DefaultBindingPropertyAttribute ,使用無參數。

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

備註

無參數建構子將性質設定 Namenull

另請參閱

適用於

DefaultBindingPropertyAttribute(String)

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

另請參閱

適用於