Share via


ExtensionInstallInfo(String, String, Boolean) Constructor

Definition

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

Applies to