Control.IDataBindingsAccessor.DataBindings プロパティ

定義

このメンバーの詳細については、「DataBindings」をご覧ください。

property System::Web::UI::DataBindingCollection ^ System::Web::UI::IDataBindingsAccessor::DataBindings { System::Web::UI::DataBindingCollection ^ get(); };
System.Web.UI.DataBindingCollection System.Web.UI.IDataBindingsAccessor.DataBindings { get; }
member this.System.Web.UI.IDataBindingsAccessor.DataBindings : System.Web.UI.DataBindingCollection
 ReadOnly Property DataBindings As DataBindingCollection Implements IDataBindingsAccessor.DataBindings

プロパティ値

データ連結のコレクション。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、Control のインスタンスが IDataBindingsAccessor インターフェイスにキャストされる場合のみ、使用できます。

適用対象