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
string RelativePath { get; }
property String^ RelativePath {
String^ get ();
}
abstract RelativePath : string with get
function get RelativePath () : String
Property Value
Type: 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
- 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.