vcContextGuids.vcContextGuidVCProject Field
Represents whether a Visual C++ project is present in the IDE.
Namespace: Microsoft.VisualStudio.VCProject
Assembly: Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)
Syntax
'Declaration
Public Const vcContextGuidVCProject As String
'Usage
Dim value As String
value = vcContextGuids.vcContextGuidVCProject
public const string vcContextGuidVCProject
public:
literal String^ vcContextGuidVCProject
public const var vcContextGuidVCProject : String
Field Value
Type: System.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.
Permissions
- 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.