BindableObject.IsSet(BindableProperty) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷可系結屬性是否存在,且已設定值。
public:
bool IsSet(Microsoft::Maui::Controls::BindableProperty ^ targetProperty);
public bool IsSet (Microsoft.Maui.Controls.BindableProperty targetProperty);
member this.IsSet : Microsoft.Maui.Controls.BindableProperty -> bool
Public Function IsSet (targetProperty As BindableProperty) As Boolean
參數
- targetProperty
- BindableProperty
可系結屬性,用來檢查值目前是否已設定。
傳回
如果目標屬性存在且已設定,則為 true
。 否則為 false
。
例外狀況
當 targetProperty
為 null
時擲回。