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

Search Results for

    Class VsActionConfiguration

    Data model class that implements the interface IVsActionConfiguration

    Inheritance
    object
    VsActionConfiguration
    Implements
    IVsActionConfiguration
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CodeFactory.WinVs.Loader
    Assembly: CodeFactory.WinVs.dll
    Syntax
    [MessagePackObject(false)]
    public class VsActionConfiguration : IVsActionConfiguration

    Properties

    ActionAssemblyFullName

    The assembly full name for an command.

    Declaration
    [Key(0)]
    public string ActionAssemblyFullName { get; set; }
    Property Value
    Type Description
    string

    Title

    The title that is assigned to the command.

    Declaration
    [Key(1)]
    public string Title { get; set; }
    Property Value
    Type Description
    string

    VisualStudioActionType

    The type of visual studio command being loaded.

    Declaration
    [Key(2)]
    public VsCommandType VisualStudioActionType { get; set; }
    Property Value
    Type Description
    VsCommandType

    Implements

    IVsActionConfiguration
    © CodeFactory, LLC. All rights reserved.