IRepositoryCategory.Parent Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
The parent category of the current IRepositoryCategory.
Namespace: Microsoft.VisualStudio.ExtensionManager
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
Syntax
'Declaration
ReadOnly Property Parent As IRepositoryCategory
IRepositoryCategory Parent { get; }
property IRepositoryCategory^ Parent {
IRepositoryCategory^ get ();
}
abstract Parent : IRepositoryCategory with get
function get Parent () : IRepositoryCategory
Property Value
Type: Microsoft.VisualStudio.ExtensionManager.IRepositoryCategory
An IRepositoryCategory that represents the parent of the current IRepositoryCategory in the category tree.
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.