C# Класс Emmet.EmmetPackage

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

Private Properties

Свойство Тип Описание
RunCommand bool

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

Метод Описание
Dispose ( bool disposing ) : void

Releases the unmanaged resources used by the Emmet.EmmetPackage and optionally releases the managed resources.

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 Visual Studio.

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

Метод Описание
RunCommand ( EmmetEditor context, int cmdId ) : bool

Executes Emmet command in the specified view.

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

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

Releases the unmanaged resources used by the Emmet.EmmetPackage and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool /// true to release both managed and unmanaged resources; false to release only unmanaged resources. ///
Результат void

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 Visual Studio.
protected Initialize ( ) : void
Результат void