Enum VsCommandType
Enumeration that determines the type of visual studio command is being executed.
Namespace: CodeFactory.VisualStudio
Assembly: CodeFactory.VisualStudio.dll
Syntax
public enum VsCommandType
Fields
Name | Description |
---|---|
IDESolutionLoad | IDE level command that is fired once the solution has been loaded. Will only be triggered once the solution is loaded. |
SolutionExplorerCSharpSourceCode | Solution explorer command that is triggered from the context menu from a project document that supports source code. |
SolutionExplorerProject | Solution explorer command that is triggered from the context menu from a project node. |
SolutionExplorerProjectDocument | Solution explorer command that is triggered from the context menu from a project document node. |
SolutionExplorerProjectFolder | Solution explorer command that is triggered from the context menu from a project folder node. |
SolutionExplorerSolution | Solution explorer command that is triggered from the context menu from the solution node. |
SolutionExplorerSolutionDocument | Solution explorer command that is triggered from the context menu from a solution document node. |
SolutionExplorerSolutionFolder | Solution explorer command that is triggered from the context menu from a solution folder node. |
Unknown | The command type is unknown |