NotifyPropertyChangedDispatcherObject.Dispatcher Property
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.