CoreDispatcher.HasThreadAccess Property

Gets a value that specifies whether the event dispatcher provided by this instance of CoreWindow has access to the current thread or not.

Syntax

public:
property bool HasThreadAccess {
         bool get ();
}  

Property value

Type: bool 

  True if the event dispatcher has thread access; false it does not.

Remarks

Requirements

Namespace: Windows.UI.Core

Metadata: windows.winmd

See also

Reference

CoreDispatcher Class

CoreDispatcher Members

Windows.UI.Core Namespace