Property | Type | Description | |
---|---|---|---|
RunCommand | bool |
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
RunCommand ( |
Executes Emmet command in the specified view.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | /// true to release both managed and unmanaged resources; false to release only unmanaged resources. /// |
return | void |