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

適用於

另請參閱