VSConstants.UICONTEXT_FullScreenMode Field

Packages may define a command that is associated with a change in UI context. Use UICONTEXT_FullScreenMode to return the GUID of the command associated with this UI state. In this case the UI context is that the Full Screen command from the View menu has been selected.

Namespace:  Microsoft.VisualStudio
Assemblies:   Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

‘선언
Public Shared ReadOnly UICONTEXT_FullScreenMode As Guid
‘사용 방법
Dim value As Guid

value = VSConstants.UICONTEXT_FullScreenMode
public static readonly Guid UICONTEXT_FullScreenMode
public:
static initonly Guid UICONTEXT_FullScreenMode
static val UICONTEXT_FullScreenMode: Guid
public static final var UICONTEXT_FullScreenMode : Guid

Remarks

A successful call to GetCmdUIContextCookie with UICONTEXT_FullScreenMode as the first parameter returns the GUID value of the command UI context associated with this specific UI state.

The new UI context (which in this case is UICONTEXT_FullScreenMode) may be retrieved with a call to OnCmdUIContextChanged.

This method is not valid (will return E_FAIL) when the IDE is in Command Line Mode.

.NET Framework Security

See Also

Reference

VSConstants Class

VSConstants Members

Microsoft.VisualStudio Namespace

IVsMonitorSelection

Other Resources

IDE Constants