BindableAttribute.No フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プロパティが通常はバインドに使用されないことを指定します。 このフィールドは読み取り専用です。
public: static initonly System::ComponentModel::BindableAttribute ^ No;
public static readonly System.ComponentModel.BindableAttribute No;
staticval mutable No : System.ComponentModel.BindableAttribute
Public Shared ReadOnly No As BindableAttribute
フィールド値
注釈
フィールドは No の既定の BindableAttribute設定です。
プロパティを値false,
のコンストラクターでBindableAttributeマークすると、この属性の値は定数メンバー Noに設定されます。 したがって、コードで属性がこの値に設定されているかどうかをチェックするには、 属性を としてBindableAttribute.No指定する必要があります。