IInstallableExtension.PackagePath Property

The path of a VSIX package file.

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

Syntax

'Declaration
ReadOnly Property PackagePath As String
    Get
string PackagePath { get; }
property String^ PackagePath {
    String^ get ();
}
abstract PackagePath : string
function get PackagePath () : String

Property Value

Type: System.String
The path of the VSIX package file that is represented by the IInstallableExtension instance.

Remarks

Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.

.NET Framework Security

See Also

Reference

IInstallableExtension Interface

Microsoft.VisualStudio.ExtensionManager Namespace