BindableComponent クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意
このプレビュー API を使用するには、プロジェクト ファイル内の EnablePreviewFeatures プロパティを True に設定することで、プロジェクトでプレビュー機能を有効にする必要があります。 詳細については、「https://aka.ms/dotnet-preview-features」を参照してください。
Windows フォーム デザイナーにバインドできるプロパティを提供するコンポーネントの基本クラス。
public ref class BindableComponent abstract : System::ComponentModel::Component, IDisposable, System::Windows::Forms::IBindableComponent
public abstract class BindableComponent : System.ComponentModel.Component, IDisposable, System.Windows.Forms.IBindableComponent
[System.Runtime.Versioning.RequiresPreviewFeatures]
public abstract class BindableComponent : System.ComponentModel.Component, IDisposable, System.Windows.Forms.IBindableComponent
type BindableComponent = class
inherit Component
interface IBindableComponent
interface IComponent
interface IDisposable
[<System.Runtime.Versioning.RequiresPreviewFeatures>]
type BindableComponent = class
inherit Component
interface IBindableComponent
interface IComponent
interface IDisposable
Public MustInherit Class BindableComponent
Inherits Component
Implements IBindableComponent, IDisposable
- 継承
- 派生
- 属性
- 実装
コンストラクター
| 名前 | 説明 |
|---|---|
| BindableComponent() |
Windows フォーム デザイナーにバインドできるプロパティを提供するコンポーネントの基本クラス。 |
プロパティ
| 名前 | 説明 |
|---|---|
| BindingContext |
IBindableComponentの通貨マネージャーのコレクションを取得または設定します。 |
| DataBindings |
この IBindableComponentのデータ バインディング オブジェクトのコレクションを取得します。 |
メソッド
| 名前 | 説明 |
|---|---|
| OnBindingContextChanged(EventArgs) |
BindingContextChanged イベントを発生させます。 |
イベント
| 名前 | 説明 |
|---|---|
| BindingContextChanged |
バインディング コンテキストが変更されたときに発生します。 |