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 

フィールド値

注釈

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

適用対象

こちらもご覧ください