BindableLayout.SetEmptyView(BindableObject, Object) Método

Definición

Establece la vista que se muestra cuando el origen de los elementos está vacío.

public:
 static void SetEmptyView(Microsoft::Maui::Controls::BindableObject ^ b, System::Object ^ value);
public static void SetEmptyView(Microsoft.Maui.Controls.BindableObject b, object value);
static member SetEmptyView : Microsoft.Maui.Controls.BindableObject * obj -> unit
Public Sub SetEmptyView (b As BindableObject, value As Object)

Parámetros

b
BindableObject

Objeto enlazable en el que se va a establecer la vista vacía.

value
Object

Vista o contenido que se va a mostrar cuando el origen de elementos está vacío.

Se aplica a