DefaultBindingPropertyAttribute クラス
アセンブリ: System (system.dll 内)

<AttributeUsageAttribute(AttributeTargets.Class)> _ Public NotInheritable Class DefaultBindingPropertyAttribute Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Class)] public sealed class DefaultBindingPropertyAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class)] public ref class DefaultBindingPropertyAttribute sealed : public Attribute


DefaultBindingPropertyAttribute クラスを使用して、データ バインディングの既定のプロパティを指定するコード例を次に示します。コード全体については、「方法 : Windows フォーム コントロールに属性を適用する」を参照してください。
' This control demonstrates a simple logging capability. <ComplexBindingProperties("DataSource", "DataMember"), _ DefaultBindingProperty("TitleText"), _ DefaultEvent("ThresholdExceeded"), _ DefaultProperty("Threshold"), _ HelpKeywordAttribute(GetType(UserControl)), _ ToolboxItem("System.Windows.Forms.Design.AutoSizeToolboxItem,System.Design")> _ Public Class AttributesDemoControl Inherits UserControl
// This control demonstrates a simple logging capability. [ComplexBindingProperties("DataSource", "DataMember")] [DefaultBindingProperty("TitleText")] [DefaultEvent("ThresholdExceeded")] [DefaultProperty("Threshold")] [HelpKeywordAttribute(typeof(UserControl))] [ToolboxItem("System.Windows.Forms.Design.AutoSizeToolboxItem,System.Design")] public class AttributesDemoControl : UserControl {

System.Attribute
System.ComponentModel.DefaultBindingPropertyAttribute


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


DefaultBindingPropertyAttribute コンストラクタ ()
アセンブリ: System (system.dll 内)



Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


DefaultBindingPropertyAttribute コンストラクタ (String)
アセンブリ: System (system.dll 内)



Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


DefaultBindingPropertyAttribute コンストラクタ

名前 | 説明 |
---|---|
DefaultBindingPropertyAttribute () | パラメータを使用せずに DefaultBindingPropertyAttribute クラスの新しいインスタンスを初期化します。 |
DefaultBindingPropertyAttribute (String) | 指定したプロパティ名を使用して、DefaultBindingPropertyAttribute クラスの新しいインスタンスを初期化します。 |

関連項目
DefaultBindingPropertyAttribute クラスDefaultBindingPropertyAttribute メンバ
System.ComponentModel 名前空間
Name
DefaultBindingPropertyAttribute フィールド
DefaultBindingPropertyAttribute プロパティ

名前 | 説明 | |
---|---|---|
![]() | Name | DefaultBindingPropertyAttribute のバインド先となるコンポーネントで使用する既定のバインディング プロパティの名前を取得します。 |
![]() | TypeId | 派生クラスに実装されている場合は、この Attribute の一意の識別子を取得します。 ( Attribute から継承されます。) |

DefaultBindingPropertyAttribute メソッド

名前 | 説明 | |
---|---|---|
![]() | Equals | オーバーロードされます。 オーバーライドされます。 指定した Object が現在の DefaultBindingPropertyAttribute インスタンスと等しいかどうかを判断します。 |
![]() | GetCustomAttribute | オーバーロードされます。 アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用された指定した型のカスタム属性を取得します。 ( Attribute から継承されます。) |
![]() | GetCustomAttributes | オーバーロードされます。 アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用されたカスタム属性の配列を取得します。 ( Attribute から継承されます。) |
![]() | GetHashCode | オーバーライドされます。 |
![]() | GetType | 現在のインスタンスの Type を取得します。 ( Object から継承されます。) |
![]() | IsDefaultAttribute | 派生クラス内でオーバーライドされたときに、このインスタンスの値が派生クラスの既定値かどうかを示します。 ( Attribute から継承されます。) |
![]() | IsDefined | オーバーロードされます。 指定した型のカスタム属性が、アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用されているかどうかを判断します。 ( Attribute から継承されます。) |
![]() | Match | 派生クラス内でオーバーライドされたときに、指定したオブジェクトとこのインスタンスが等しいかどうかを示す値を返します。 ( Attribute から継承されます。) |
![]() | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 ( Object から継承されます。) |
![]() | ToString | 現在の Object を表す String を返します。 ( Object から継承されます。) |

名前 | 説明 | |
---|---|---|
![]() | Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 ( Object から継承されます。) |
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 ( Object から継承されます。) |

DefaultBindingPropertyAttribute メンバ
コンポーネントの既定のバインディング プロパティを指定します。このクラスは継承できません。
DefaultBindingPropertyAttribute データ型で公開されるメンバを以下の表に示します。

名前 | 説明 | |
---|---|---|
![]() | DefaultBindingPropertyAttribute | オーバーロードされます。 DefaultBindingPropertyAttribute クラスの新しいインスタンスを初期化します。 |


名前 | 説明 | |
---|---|---|
![]() | Name | DefaultBindingPropertyAttribute のバインド先となるコンポーネントで使用する既定のバインディング プロパティの名前を取得します。 |
![]() | TypeId | 派生クラスに実装されている場合は、この Attribute の一意の識別子を取得します。(Attribute から継承されます。) |

名前 | 説明 | |
---|---|---|
![]() | Equals | オーバーロードされます。 オーバーライドされます。 指定した Object が現在の DefaultBindingPropertyAttribute インスタンスと等しいかどうかを判断します。 |
![]() | GetCustomAttribute | オーバーロードされます。 アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用された指定した型のカスタム属性を取得します。 (Attribute から継承されます。) |
![]() | GetCustomAttributes | オーバーロードされます。 アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用されたカスタム属性の配列を取得します。 (Attribute から継承されます。) |
![]() | GetHashCode | オーバーライドされます。 |
![]() | GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) |
![]() | IsDefaultAttribute | 派生クラス内でオーバーライドされたときに、このインスタンスの値が派生クラスの既定値かどうかを示します。 (Attribute から継承されます。) |
![]() | IsDefined | オーバーロードされます。 指定した型のカスタム属性が、アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用されているかどうかを判断します。 (Attribute から継承されます。) |
![]() | Match | 派生クラス内でオーバーライドされたときに、指定したオブジェクトとこのインスタンスが等しいかどうかを示す値を返します。 (Attribute から継承されます。) |
![]() | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 (Object から継承されます。) |
![]() | ToString | 現在の Object を表す String を返します。 (Object から継承されます。) |

名前 | 説明 | |
---|---|---|
![]() | Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。) |
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Object から継承されます。) |

- DefaultBindingPropertyAttributeのページへのリンク