BindableAttribute.Yes 欄位

定義

規定通常使用某個屬性作為綁定。 此欄位僅供讀取。

public: static initonly System::ComponentModel::BindableAttribute ^ Yes;
public static readonly System.ComponentModel.BindableAttribute Yes;
 staticval mutable Yes : System.ComponentModel.BindableAttribute
Public Shared ReadOnly Yes As BindableAttribute 

欄位值

備註

當你用 BindableAttribute 的建構子 true標記屬性時,該 BindableAttribute 值的值被設定為常數成員 Yes。 因此,要檢查該屬性是否設定為此值,必須指定該屬性為 BindableAttribute.Yes

適用於

另請參閱