IInstallableExtension.PackagePath Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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
string PackagePath { get; }
property String^ PackagePath {
    String^ get ();
}
abstract PackagePath : string with get
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