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