IBindableComponent インターフェイス

定義

非コントロール コンポーネントで Windows フォーム コントロールのデータ バインディング動作をエミュレートできるようにします。

public interface class IBindableComponent : IDisposable, System::ComponentModel::IComponent
public interface IBindableComponent : IDisposable, System.ComponentModel.IComponent
type IBindableComponent = interface
    interface IComponent
    interface IDisposable
Public Interface IBindableComponent
Implements IComponent, IDisposable
派生
実装

注釈

Bindingには、 プロパティを介した所有者IBindableComponentへの参照がBindableComponent含まれています。

クラスはこの Control インターフェイスを実装するため、バインド可能なコンポーネントが から Control継承されている場合は、このインターフェイスを実装する必要はありません。

プロパティ

BindingContext

IBindableComponent の CurrencyManager のコレクションを取得または設定します。

DataBindings

このIBindableComponent のデータ バインディング オブジェクトのコレクションを取得します。

Site

ISite に関連付けられている IComponent を取得または設定します。

(継承元 IComponent)

メソッド

Dispose()

アンマネージ リソースの解放またはリセットに関連付けられているアプリケーション定義のタスクを実行します。

(継承元 IDisposable)

イベント

Disposed

コンポーネントの Disposed イベントを処理するメソッドを表します。

(継承元 IComponent)

適用対象

こちらもご覧ください