IBindableComponent インターフェイス
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
非コントロール コンポーネントで 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継承されている場合は、このインターフェイスを実装する必要はありません。
Binding |
IBindableComponent の CurrencyManager のコレクションを取得または設定します。 |
Data |
このIBindableComponent のデータ バインディング オブジェクトのコレクションを取得します。 |
Site |
ISite に関連付けられている IComponent を取得または設定します。 (継承元 IComponent) |
Dispose() |
アンマネージ リソースの解放またはリセットに関連付けられているアプリケーション定義のタスクを実行します。 (継承元 IDisposable) |
Disposed |
コンポーネントの Disposed イベントを処理するメソッドを表します。 (継承元 IComponent) |
製品 | バージョン |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。