C# Класс EventStore.VSTools.EventStorePackage

Наследование: Microsoft.VisualStudio.Project.ProjectPackage
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FindCommand ( uint commandId ) : IVsCommand

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
BuildCommands ( ) : IEnumerable
RegisterCommands ( ) : void
SubscribeConsumers ( ) : void

Описание методов

FindCommand() публичный Метод

public FindCommand ( uint commandId ) : IVsCommand
commandId uint
Результат IVsCommand

Initialize() защищенный Метод

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
Результат void