DefaultPropertyAttribute.Name 屬性

定義

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

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
public string? Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

屬性值

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

適用於