DefaultPropertyAttribute(String) 建構函式

定義

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

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

參數

name
String

與這個屬性 (Attribute) 繫結的元件的預設屬性 (Property) 名稱。

適用於