IVsSimpleLibrary2 Members
Include Protected Members
Include Inherited Members
A simplified version of the IVsLibrary2 interface.
The IVsSimpleLibrary2 type exposes the following members.
Methods
Name
Description
Adds a browse container to be browsed by the library.
Reserved for future use.
GetBrowseContainersForHierarchy
Returns an array of Browse Containers that correspond to the given IVsHierarchy.
Returns the GUID of the library.
Returns flags associated with the library.
Returns the requested list of symbols as an IVsSimpleObjectList2 interface.
GetSeparatorStringWithOwnership
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