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

Search Results for

    Interface IVsCommandInformation

    Interface that provides information used by code factory to load the command.

    Namespace: CodeFactory.WinVs.Commands
    Assembly: CodeFactory.WinVs.dll
    Syntax
    public interface IVsCommandInformation

    Properties

    CommandDescription

    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
    © CodeFactory, LLC. All rights reserved.