IBindableComponent インターフェイス
定義
非コントロール コンポーネントで Windows フォーム コントロールのデータ バインディング動作をエミュレートできるようにします。Enables a non-control component to emulate the data-binding behavior of a Windows Forms control.
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 ます。A Binding contains a reference to its IBindableComponent owner through the BindableComponent property.
Controlクラスはこのインターフェイスを実装するため、バインド可能なコンポーネントがから継承する場合は Control 、このインターフェイスを実装する必要はありません。The Control class implements this interface, so if your bindable component inherits from Control, you do not need to implement this interface.
プロパティ
BindingContext |
IBindableComponent の CurrencyManager のコレクションを取得または設定します。Gets or sets the collection of currency managers for the IBindableComponent. |
DataBindings |
このIBindableComponent のデータ バインディング オブジェクトのコレクションを取得します。Gets the collection of data-binding objects for this IBindableComponent. |
Site |
ISite に関連付けられている IComponent を取得または設定します。Gets or sets the ISite associated with the IComponent. (継承元 IComponent) |
メソッド
Dispose() |
アンマネージ リソースの解放またはリセットに関連付けられているアプリケーション定義のタスクを実行します。Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (継承元 IDisposable) |
イベント
Disposed |
コンポーネントの Disposed イベントを処理するメソッドを表します。Represents the method that handles the Disposed event of a component. (継承元 IComponent) |