BindableAttribute.No フィールド

定義

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

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として指定する必要があります。

適用対象

こちらもご覧ください