LookupBindingPropertiesAttribute.DataSource プロパティ

定義

LookupBindingPropertiesAttribute のバインド先となるコンポーネントのデータ ソース プロパティの名前を取得します。

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

プロパティ値

LookupBindingPropertiesAttribute のバインド先となるコンポーネントのデータ ソース プロパティ。

注釈

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

適用対象

こちらもご覧ください