Interface IVsCommandInformation
Interface that provides information used by code factory to load the command.
Namespace: CodeFactory.VisualStudio
Assembly: CodeFactory.VisualStudio.dll
Syntax
public interface IVsCommandInformation
Properties
| Improve this Doc View SourceCommandDescription
An optional description that describes what this factory command is intended for.
Declaration
string CommandDescription { get; }
Property Value
Type | Description |
---|---|
string |
CommandTitle
Command title that will be displayed within visual studio.
Declaration
string CommandTitle { get; }
Property Value
Type | Description |
---|---|
string |
CommandType
The target type of command that is being loaded.
Declaration
VsCommandType CommandType { get; }
Property Value
Type | Description |
---|---|
VsCommandType |