UIContextGuids80.FullScreenMode Field

Specifies a context that is active when Visual Studio is in full screen mode.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
Public Const FullScreenMode As String
public const string FullScreenMode
public:
literal String^ FullScreenMode
static val mutable FullScreenMode: string
public const var FullScreenMode : String

Remarks

This context becomes active when the full screen mode is enabled. This context becomes inactive when the full screen mode is disabled.

Full screen mode is available by selecting Full Screen from the View menu.

The GUID for this context is: {ADFC4E62-0397-11D1-9F4E-00A0C911004F}. It is defined in vsshlids.h and vsshell.h.

.NET Framework Security

See Also

Reference

UIContextGuids80 Class

Microsoft.VisualStudio.Shell.Interop Namespace