Class VsActionConfiguration
Data model class that implements the interface IVsActionConfiguration
Implements
Inherited Members
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 |