Compartilhar via


BindableObjectExtensions.GetPropertyIfSet<T> Método

Definição

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static T GetPropertyIfSet(Microsoft::Maui::Controls::BindableObject ^ bindableObject, Microsoft::Maui::Controls::BindableProperty ^ bindableProperty, T returnIfNotSet);
public static T GetPropertyIfSet<T> (this Microsoft.Maui.Controls.BindableObject bindableObject, Microsoft.Maui.Controls.BindableProperty bindableProperty, T returnIfNotSet);
static member GetPropertyIfSet : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Controls.BindableProperty * 'T -> 'T
<Extension()>
Public Function GetPropertyIfSet(Of T) (bindableObject As BindableObject, bindableProperty As BindableProperty, returnIfNotSet As T) As T

Parâmetros de tipo

T

Parâmetros

bindableObject
BindableObject
bindableProperty
BindableProperty
returnIfNotSet
T

Retornos

T

Aplica-se a