EnabledState Enumeration
Visual Studio 2015
The enabled status of the current extension.
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
| Member name | Description | |
|---|---|---|
| Disabled | The extension is disabled. | |
| Enabled | The extension is enabled. | |
| PendingDisable | The command was given to disable the extension, but the change requires a restart of Visual Studio. | |
| PendingEnable | The command was given to enable the extension, but the change requires a restart of Visual Studio. |
Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.
Show: