EnabledState Enumeration

 

The enabled status of the current extension.

Namespace:   Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)

public enum class EnabledState

Member nameDescription
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.

Return to top
Show: