IRepositoryCategory Interface

 

Represents a category of available extensions.

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

public interface class IRepositoryCategory

NameDescription
System_CAPS_pubpropertyChildren

The subcategories of the current IRepositoryCategory.

System_CAPS_pubpropertyHasMore

System_CAPS_pubpropertyId

The identifier of the current IRepositoryCategory.

System_CAPS_pubpropertyParent

The parent category of the current IRepositoryCategory.

System_CAPS_pubpropertyTitle

The name of the category.

Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.

This interface is used by the IVsExtensionRepository to access categories of extensions. Like an XML node, a IRepositoryCategory may have parents and children to allow for multiple layers in a category tree.

Return to top
Show: