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
string PackagePath { get; }
property String^ PackagePath {
String^ get ();
}
abstract PackagePath : string with get
function get PackagePath () : String
Property Value
Type: 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.