DataSourceProvider.Dispatcher 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.
Gets or sets the current Dispatcher object to the UI thread to use.
protected:
property System::Windows::Threading::Dispatcher ^ Dispatcher { System::Windows::Threading::Dispatcher ^ get(); void set(System::Windows::Threading::Dispatcher ^ value); };
protected System.Windows.Threading.Dispatcher Dispatcher { get; set; }
member this.Dispatcher : System.Windows.Threading.Dispatcher with get, set
Protected Property Dispatcher As Dispatcher
Property Value
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.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.