DependencyObject.DispatcherQueue Proprietà

Definizione

Ottiene l'oggetto DispatcherQueue a cui è associato questo oggetto. Rappresenta DispatcherQueue una funzionalità che può accedere al nel thread dell'interfaccia DependencyObject utente anche se il codice viene avviato da un thread non dell'interfaccia utente.

public:
 property DispatcherQueue ^ DispatcherQueue { DispatcherQueue ^ get(); };
DispatcherQueue DispatcherQueue();
public DispatcherQueue DispatcherQueue { get; }
var dispatcherQueue = dependencyObject.dispatcherQueue;
Public ReadOnly Property DispatcherQueue As DispatcherQueue

Valore della proprietà

Si applica a