DefaultPropertyAttribute(String) 建構函式

定義

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

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

參數

name
String

該屬性綁定的元件預設屬性名稱。

適用於