BindableObjectExtensions.GetPropertyIfSet<T> Method

Definition

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

Type Parameters

T

Parameters

bindableObject
BindableObject
bindableProperty
BindableProperty
returnIfNotSet
T

Returns

T

Applies to