CodeFactory for Windows CodeFactory for Windows
CodeFactory for Windows CodeFactory for Windows
CodeFactory

Search Results for

    Interface IVsConfigurableCommand<TModel>

    Inherited Members
    IVsFactoryCommand<TModel>.VisualStudioActions
    IVsCommandInformation.CommandTitle
    IVsCommandInformation.CommandDescription
    IVsCommandInformation.CommandType
    ICommand<TModel>.EnableCommandAsync(TModel)
    ICommandBase<TModel>.ExecuteCommandAsync(TModel)
    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.

    © CodeFactory, LLC. All rights reserved.