vcContextGuids Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains context GUIDs, each of which represents a given IDE state, such as if a Visual C++ project is open, or the Visual C++ editor is open. This enumeration is passed as an argument to AddNamedCommand(AddIn, String, String, String, Boolean, Int32, Object[], Int32) and AddNamedCommand2(AddIn, String, String, String, Boolean, Object, Object[], Int32, Int32, vsCommandControlType).
public ref class vcContextGuids abstract sealed
public ref class vcContextGuids abstract sealed
class vcContextGuids abstract sealed
[System.Runtime.InteropServices.Guid("0FECB64A-8779-4A7B-B7CD-226DD6531FB1")]
public static class vcContextGuids
[<System.Runtime.InteropServices.Guid("0FECB64A-8779-4A7B-B7CD-226DD6531FB1")>]
type vcContextGuids = class
Public Class vcContextGuids
- Inheritance
-
vcContextGuids
- Attributes
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.
Fields
vcContextGuidVCEditor |
Represents whether Visual C++ code is open in the editor. |
vcContextGuidVCProject |
Represents whether a Visual C++ project is present in the IDE. |