Interface IVsFactoryCommand<TModel>
Common implementation all code factory commands for visual studio must display.
Inherited Members
Namespace: CodeFactory.VisualStudio
Assembly: CodeFactory.VisualStudio.dll
Syntax
public interface IVsFactoryCommand<TModel> : IVsCommandInformation, ICommand<TModel> where TModel : class
Type Parameters
Name | Description |
---|---|
TModel | The target mode that will be returned by this code factory command. |
Properties
| Improve this Doc View SourceVisualStudioActions
Global visual studio commands that can be accessed from this visual studio command.
Declaration
IVsActions VisualStudioActions { get; }
Property Value
Type | Description |
---|---|
IVsActions |