Share via


IVsUIContextManager.AreUIContextsAvailable Property

Definition

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.

Applies to