ImportExtension.RootControlDispatcher Property
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.
Parent dispatcher for displaying UI elements.
public:
property System::Windows::Threading::Dispatcher ^ RootControlDispatcher { System::Windows::Threading::Dispatcher ^ get(); void set(System::Windows::Threading::Dispatcher ^ value); };
public System.Windows.Threading.Dispatcher RootControlDispatcher { get; set; }
member this.RootControlDispatcher : System.Windows.Threading.Dispatcher with get, set
Public Property RootControlDispatcher As Dispatcher