CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Interface IVsCommandInformation

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

    Namespace: CodeFactory.VisualStudio
    Assembly: CodeFactory.VisualStudio.dll
    Syntax
    public interface IVsCommandInformation

    Properties

    | Improve this Doc View Source

    CommandDescription

    An optional description that describes what this factory command is intended for.

    Declaration
    string CommandDescription { get; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    CommandTitle

    Command title that will be displayed within visual studio.

    Declaration
    string CommandTitle { get; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    CommandType

    The target type of command that is being loaded.

    Declaration
    VsCommandType CommandType { get; }
    Property Value
    Type Description
    VsCommandType
    © CodeFactory, LLC. All rights reserved.