ExtensionInstallInfo(String, String, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of ExtensionInstallStateNotification.
public ExtensionInstallInfo (string identifier, string installPath, bool isInstalled);
new Microsoft.Internal.VisualStudio.Extensibility.Framework.ExtensionInstallInfo : string * string * bool -> Microsoft.Internal.VisualStudio.Extensibility.Framework.ExtensionInstallInfo
Public Sub New (identifier As String, installPath As String, isInstalled As Boolean)
Parameters
- identifier
- String
The ID of the extension.
- installPath
- String
The install path for the extension.
- isInstalled
- Boolean