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

'Declaration
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

See Also

Reference

IExtensionReference Interface

Microsoft.VisualStudio.ExtensionManager Namespace