BindableAttribute.Yes 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
規定通常使用某個屬性作為綁定。 此欄位僅供讀取。
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。