C# Class EventStore.VSTools.EventStorePackage

Inheritance: Microsoft.VisualStudio.Project.ProjectPackage
Mostra file Open project: AlexeyRaga/esvstools Class Usage Examples

Public Methods

Method Description
FindCommand ( uint commandId ) : IVsCommand

Protected Methods

Method Description
Initialize ( ) : void

Initialization of the package; this method is called right after the package is sited, so this is the place where you can put all the initialization code that rely on services provided by VisualStudio.

Private Methods

Method Description
BuildCommands ( ) : IEnumerable
RegisterCommands ( ) : void
SubscribeConsumers ( ) : void

Method Details

FindCommand() public method

public FindCommand ( uint commandId ) : IVsCommand
commandId uint
return IVsCommand

Initialize() protected method

Initialization of the package; this method is called right after the package is sited, so this is the place where you can put all the initialization code that rely on services provided by VisualStudio.
protected Initialize ( ) : void
return void