UIContextGuids.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
'Usage
Dim value As String
value = UIContextGuids.FullScreenMode
public const string FullScreenMode
public:
literal String^ FullScreenMode
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 .ctc file label for this context is UICONTEXT_FullScreenMode. See VISIBILITY_SECTION – VISIBILITY_END for details.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.