IExtensionReference.NestedExtensionPath Property
The path of a VSIX package, relative to the root directory of the parent extension.
Namespace: Microsoft.VisualStudio.ExtensionManager
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
Syntax
'Déclaration
ReadOnly Property NestedExtensionPath As String
Get
string NestedExtensionPath { get; }
property String^ NestedExtensionPath {
String^ get ();
}
abstract NestedExtensionPath : string
function get NestedExtensionPath () : String
Property Value
Type: System.String
The value of a VSIX element that corresponds to the current IExtensionReference 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.