DataSourceProvider::Dispatcher Property
.NET Framework (current version)
Gets or sets the current Dispatcher object to the UI thread to use.
Assembly: WindowsBase (in WindowsBase.dll)
protected: property Dispatcher^ Dispatcher { Dispatcher^ get(); void set(Dispatcher^ value); }
Property Value
Type: System.Windows.Threading::Dispatcher^The current Dispatcher object to the UI thread to use. By default, this is the Dispatcher object that is associated with the thread on which this instance was created.
.NET Framework
Available since 3.0
Available since 3.0
Show: