IVsLibrary2 Members
Include Protected Members
Include Inherited Members
Describes the library and is used by the Object Manager to access pertinent symbols.
The IVsLibrary2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddBrowseContainer | Adds a browse container to be browsed by the library. | |
CreateNavInfo | Reserved for future use. | |
GetBrowseContainersForHierarchy | Returns an array of Browse Containers that correspond to the given IVsHierarchy. | |
GetGuid | Returns a pointer to the GUID of the library. | |
GetLibFlags2 | Returns flags associated with the library. | |
GetLibList | Returns the list of browse containers currently being browsed by the library as an IVsLiteTreeList interface. | |
GetList2 | Returns the requested list of symbols as an IVsObjectList interface. | |
GetSeparatorString | Returns the string used to separate symbols for this type of Browse Container. | |
GetSupportedCategoryFields2 | Returns the category values supported by the library for a specified category. | |
LoadState | Asks the library to load its persisted global Browse Containers. | |
RemoveBrowseContainer | Removes a Browse Container being browsed by the library. | |
SaveState | Asks the library to save its persisted global Browse Containers. | |
UpdateCounter | Returns the current change counter for the library and is used to indicate that the library contents have changed. |
Top