Delen via


IVsUIContextManager.GetUIContextState(Guid) Method

Definition

Gets the current state of the given UI context.

public Microsoft.VisualStudio.Shell.Interop.UIContextState GetUIContextState(in Guid uiContext);
abstract member GetUIContextState : Guid -> Microsoft.VisualStudio.Shell.Interop.UIContextState
Public Function GetUIContextState (uiContext As Guid) As UIContextState

Parameters

uiContext
Guid

The UI context whose state you want to retrieve.

Returns

A value from UIContextState indicating the present state of the UI context identified by uiContext.

Applies to