BindableObjectExtensions.GetPropertyIfSet<T> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.