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