C# Class EventStore.VSTools.EventStorePackage

Inheritance: Microsoft.VisualStudio.Project.ProjectPackage
Afficher le fichier Open project: AlexeyRaga/esvstools Class Usage Examples

Méthodes publiques

Méthode Description
FindCommand ( uint commandId ) : IVsCommand

Méthodes protégées

Méthode 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

Méthode Description
BuildCommands ( ) : IEnumerable
RegisterCommands ( ) : void
SubscribeConsumers ( ) : void

Method Details

FindCommand() public méthode

public FindCommand ( uint commandId ) : IVsCommand
commandId uint
Résultat IVsCommand

Initialize() protected méthode

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
Résultat void