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 | |
---|---|---|
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 the GUID of the library. | |
GetLibFlags2 | Returns flags associated with the library. | |
GetList2 | Returns the requested list of symbols as an IVsSimpleObjectList2 interface. | |
GetSeparatorStringWithOwnership | 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