vsContextGuids.vsContextGuidVJSEditor Field
Represents whether Visual J# code is open in the editor.
Namespace: VSLangProj80
Assembly: VSLangProj80 (in VSLangProj80.dll)
Syntax
'Declaration
Public Const vsContextGuidVJSEditor As String
'Usage
Dim value As String
value = vsContextGuids.vsContextGuidVJSEditor
public const string vsContextGuidVJSEditor
public:
literal String^ vsContextGuidVJSEditor
public const var vsContextGuidVJSEditor : String
Remarks
The command will be visible if the enumeration's related context GUID is active. If it is not active, then the command will not be visible.
.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.