DefaultBindingPropertyAttribute.Name プロパティ

定義

DefaultBindingPropertyAttribute のバインド先となるコンポーネントで使用する既定のバインディング プロパティの名前を取得します。

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

プロパティ値

DefaultBindingPropertyAttribute のバインド先となるコンポーネントで使用する既定のバインディング プロパティの名前。

注釈

プロパティは Name コンストラクターで設定されます。

適用対象

こちらもご覧ください