Contains context GUIDs, each of which represents a given IDE or tool window state, such as a debugging is in process, an empty solution is loaded, or the IDE is in design view. This enumeration is passed as an argument to
AddNamedCommand and
AddNamedCommand2.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in envdte80.dll)
[GuidAttribute("18CBB358-74CE-454F-AB65-08C83DDF7B3C")]
public abstract class ContextGuids
/** @attribute GuidAttribute("18CBB358-74CE-454F-AB65-08C83DDF7B3C") */
public abstract class ContextGuids
GuidAttribute("18CBB358-74CE-454F-AB65-08C83DDF7B3C")
public abstract class ContextGuids
The command will be visible if any one of this enumeration's related context GUIDs is active. If none of them are active, then the command will be invisible.
Any public static (
Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.