IVsLibraryMgr Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

NameDescription
System_CAPS_pubmethodGetCheckAt(UInt32, array<LIB_CHECKSTATE>^)

Returns the checked state of the requested library.

System_CAPS_pubmethodGetCount(UInt32)

Returns the number of libraries implemented by the library manager.

System_CAPS_pubmethodGetLibraryAt(UInt32, IVsLibrary^)

Returns an IVsLibrary interface for the requested library.

System_CAPS_pubmethodGetNameAt(UInt32, IntPtr)

Returns the displayable name for the requested library.

System_CAPS_pubmethodSetLibraryGroupEnabled(LIB_PERSISTTYPE, Int32)

No method information is provided. Return E_NOTIMPL.

System_CAPS_pubmethodToggleCheckAt(UInt32)

Tells the requested library to toggle its current checked state.

Return to top
Show: