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
Returns the checked state of the requested library.
Returns the number of libraries implemented by the library manager.
Returns an IVsLibrary interface for the requested library.
Returns the displayable name for the requested library.
No method information is provided. Return E_NOTIMPL.
Tells the requested library to toggle its current checked state.
Top