Dispatcher::Thread Property

 

Gets the thread this Dispatcher is associated with.

Namespace:   System.Windows.Threading
Assembly:  WindowsBase (in WindowsBase.dll)

public:
property Thread^ Thread {
	Thread^ get();
}

Property Value

Type: System.Threading::Thread^

The thread.

.NET Framework
Available since 3.0
Return to top
Show: