BindableObject.IsSet(BindableProperty) Metodo

Definizione

Determina se esiste o meno una proprietà associabile e ha un valore impostato.

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

Parametri

targetProperty
BindableProperty

Proprietà associabile per verificare se è attualmente impostato un valore.

Restituisce

true se la proprietà di destinazione esiste ed è stata impostata. In caso contrario, false.

Eccezioni

Viene generata quando targetProperty è null.

Si applica a