IVsLibraryMgr Members
Include Protected Members
Include Inherited Members
This root interface allows the environment's Object Manager to access a package's IVsLibrary. Most implementations will typically provide a single IVsLibrary. This root interface allows the environment's Object Manager to access a package's IVsLibrary. Most implementations will typically provide a single IVsLibrary.
The IVsLibraryMgr type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetCheckAt | Returns the checked state of the requested library. | |
GetCount | Returns the number of libraries implemented by the library manager. | |
GetLibraryAt | Returns an IVsLibrary interface for the requested library. | |
GetNameAt | Returns the displayable name for the requested library. | |
SetLibraryGroupEnabled | No method information is provided. Return E_NOTIMPL. | |
ToggleCheckAt | Tells the requested library to toggle its current checked state. |
Top