BindableObject.RemoveBinding(BindableProperty) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從可系結的屬性中移除先前設定的系結。
public:
void RemoveBinding(Microsoft::Maui::Controls::BindableProperty ^ property);
public void RemoveBinding (Microsoft.Maui.Controls.BindableProperty property);
member this.RemoveBinding : Microsoft.Maui.Controls.BindableProperty -> unit
Public Sub RemoveBinding (property As BindableProperty)
參數
- property
- BindableProperty
要從中移除系結的可系結屬性。
例外狀況
當 property
為 null
時擲回。
備註
目前未系結時 property
,不會發生任何動作。