C# Класс CodeConnect.Gistify.Extension.SolutionManager

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
SolutionManager System

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

Метод Описание
Initialize ( Microsoft.VisualStudio.Shell.Package package ) : void

Initializes the singleton instance of the command.

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

Метод Описание
SolutionManager ( Microsoft.VisualStudio.Shell.Package package ) : System

Initializes a new instance of the SolutionManager class. Adds our command handlers for menu (commands must exist in the command table file)

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

Initialize() публичный статический Метод

Initializes the singleton instance of the command.
public static Initialize ( Microsoft.VisualStudio.Shell.Package package ) : void
package Microsoft.VisualStudio.Shell.Package Owner package, not null.
Результат void