BindableObject.IsSet(BindableProperty) 方法

定义

确定是否存在可绑定属性以及是否设置了值。

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

例外

targetPropertynull 时,将引发此异常。

适用于