Share via


IExtensionReference.NestedExtensionPath 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, relative to the root directory of the parent extension.

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

Syntax

'Declaration
ReadOnly Property NestedExtensionPath As String
string NestedExtensionPath { get; }
property String^ NestedExtensionPath {
    String^ get ();
}
abstract NestedExtensionPath : string with get
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

See Also

Reference

IExtensionReference Interface

Microsoft.VisualStudio.ExtensionManager Namespace