DefaultBindingPropertyAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 DefaultBindingPropertyAttribute 類別的新執行個體。
多載
DefaultBindingPropertyAttribute() |
不使用參數來初始化 DefaultBindingPropertyAttribute 類別的新執行個體。 |
DefaultBindingPropertyAttribute(String) |
初始化使用指定的屬性名稱之 DefaultBindingPropertyAttribute 類別的新執行個體。 |
DefaultBindingPropertyAttribute()
不使用參數來初始化 DefaultBindingPropertyAttribute 類別的新執行個體。
public:
DefaultBindingPropertyAttribute();
public DefaultBindingPropertyAttribute ();
Public Sub New ()
備註
沒有參數建構函式會將 Name 屬性設定為 null
。
另請參閱
適用於
DefaultBindingPropertyAttribute(String)
初始化使用指定的屬性名稱之 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
。