BindableLayout.GetEmptyViewTemplate(BindableObject) Methode

Definitie

Hiermee haalt u de sjabloon op die wordt gebruikt om de lege weergave te maken.

public:
 static Microsoft::Maui::Controls::DataTemplate ^ GetEmptyViewTemplate(Microsoft::Maui::Controls::BindableObject ^ b);
public static Microsoft.Maui.Controls.DataTemplate GetEmptyViewTemplate(Microsoft.Maui.Controls.BindableObject b);
static member GetEmptyViewTemplate : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Controls.DataTemplate
Public Function GetEmptyViewTemplate (b As BindableObject) As DataTemplate

Parameters

b
BindableObject

Het bindbare object waaruit de lege weergavesjabloon wordt opgehaald.

Retouren

De gegevenssjabloon die wordt gebruikt voor de lege weergave.

Van toepassing op