IVsLibrary Members
Include Protected Members
Include Inherited Members
This core interface describes the library and is used by the Object Manager to access symbols pertinent to it.
The IVsLibrary type exposes the following members.
Methods
Name
Description
Adds a browse container to be browsed by the library.
GetBrowseContainersForHierarchy
Returns an array of Browse Containers that correspond to the given IVsHierarchy.
Returns a pointer to the GUID of the library.
Returns flags associated with the library.
Returns the list of browse containers currently being browsed by the library as an IVsLiteTreeList interface.
Returns the requested list of symbols as an IVsObjectList interface.
Returns the string used to separate symbols for this type of Browse Container.
Returns the category values supported by the library for a specified category.
Asks the library to load its persisted global Browse Containers.
Removes a Browse Container being browsed by the library.
Asks the library to save its persisted global Browse Containers.
Returns the current change counter for the library and is used to indicate that the library contents have changed.
Top