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設定です。

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

適用対象

こちらもご覧ください