BindableAttribute.Yes フィールド

定義

プロパティが通常バインディングに使用されることを指定します。 このフィールドは読み取り専用です。

public: static initonly System::ComponentModel::BindableAttribute ^ Yes;
public static readonly System.ComponentModel.BindableAttribute Yes;
 staticval mutable Yes : System.ComponentModel.BindableAttribute
Public Shared ReadOnly Yes As BindableAttribute 

フィールド値

注釈

BindableAttribute値のtrueコンストラクターでプロパティをマークすると、BindableAttributeの値は定数メンバー Yesに設定されます。 そのため、コードで属性がこの値に設定されているかどうかを確認するには、属性を BindableAttribute.Yesとして指定する必要があります。

適用対象

こちらもご覧ください