DefaultEventAttribute(String) 建構函式

定義

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

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

參數

name
String

與這個屬性繫結的元件的預設事件名稱。

適用於