Interface IVsConfigurableCommand<TModel>
Inherited Members
Namespace: CodeFactory.WinVs.Commands
Assembly: CodeFactory.WinVs.dll
Syntax
public interface IVsConfigurableCommand<TModel> : IVsFactoryCommand<TModel>, IVsCommandInformation, ICommand<TModel>, ICommandBase<TModel> where TModel : class
  Type Parameters
| Name | Description | 
|---|---|
| TModel | 
Methods
LoadExternalConfigDefinition()
Loads the external configuration definition for this command.
Declaration
ConfigCommand LoadExternalConfigDefinition()
  Returns
| Type | Description | 
|---|---|
| ConfigCommand | Will return the command configuration or null if this command does not support external configurations.  |