IExtensionContent.RelativePath Property

The path of the content that is relative to the root of the extension.

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

Syntax

'Declaration
ReadOnly Property RelativePath As String
    Get
string RelativePath { get; }
property String^ RelativePath {
    String^ get ();
}
abstract RelativePath : string
function get RelativePath () : String

Property Value

Type: System.String
Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.
The value of the child element of the Content element that is specified by the ContentTypeName property.

.NET Framework Security

See Also

Reference

IExtensionContent Interface

Microsoft.VisualStudio.ExtensionManager Namespace