DefaultPropertyAttribute.Name プロパティ

定義

この属性が関連付けられているコンポーネントの既定のプロパティ名を取得します。

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

プロパティ値

この属性が関連付けられているコンポーネントの既定のプロパティ名。 既定値は null です。

適用対象