IVsUIContextManager.AreUIContextsAvailable 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.
Returns a value indicating whether the UI context subsystem is available. This is generally true
except in UI-less scenarios.
public bool AreUIContextsAvailable { get; }
member this.AreUIContextsAvailable : bool
Public ReadOnly Property AreUIContextsAvailable As Boolean
Property Value
true
if the UI context subsystem is available, otherwise false
.
Remarks
This method is safe to access from any thread.