Aracılığıyla paylaş


IRepositoryCategory.Parent Property

The parent category of the current IRepositoryCategory.

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

Syntax

'Bildirim
ReadOnly Property Parent As IRepositoryCategory
IRepositoryCategory Parent { get; }
property IRepositoryCategory^ Parent {
    IRepositoryCategory^ get ();
}
abstract Parent : IRepositoryCategory
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

See Also

Reference

IRepositoryCategory Interface

Microsoft.VisualStudio.ExtensionManager Namespace