BindableObject.Dispatcher Propiedad

Definición

Obtiene el distribuidor que estaba disponible cuando se creó este objeto enlazable; de lo contrario, intenta encontrar el distribuidor disponible más cercano (probablemente el de la ventana o la aplicación).

public:
 property Microsoft::Maui::Dispatching::IDispatcher ^ Dispatcher { Microsoft::Maui::Dispatching::IDispatcher ^ get(); };
public Microsoft.Maui.Dispatching.IDispatcher Dispatcher { get; }
member this.Dispatcher : Microsoft.Maui.Dispatching.IDispatcher
Public ReadOnly Property Dispatcher As IDispatcher

Valor de propiedad

Se aplica a