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

Search Results for

    Interface IVsActionConfiguration

    Configuration data model that holds loading information for loading a target visual studio command into code factory.

    Namespace: CodeFactory.WinVs.Loader
    Assembly: CodeFactory.WinVs.dll
    Syntax
    public interface IVsActionConfiguration

    Properties

    ActionAssemblyFullName

    The assembly full name for an command.

    Declaration
    string ActionAssemblyFullName { get; }
    Property Value
    Type Description
    string

    Title

    The title that is assigned to the command.

    Declaration
    string Title { get; }
    Property Value
    Type Description
    string

    VisualStudioActionType

    The type of visual studio command being loaded.

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