NotifyPropertyChangedDispatcherObject.Dispatcher Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Dispatcher associated with this object.

Namespace:  Microsoft.TeamFoundation.MVVM
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public ReadOnly Property Dispatcher As Dispatcher
public Dispatcher Dispatcher { get; }
public:
property Dispatcher^ Dispatcher {
    Dispatcher^ get ();
}
member Dispatcher : Dispatcher with get
function get Dispatcher () : Dispatcher

Property Value

Type: System.Windows.Threading.Dispatcher
Returns Dispatcher.

.NET Framework Security

See Also

Reference

NotifyPropertyChangedDispatcherObject Class

Microsoft.TeamFoundation.MVVM Namespace