IVsLibraryMgr Interface

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.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("DC1B976F-4DC7-4B3D-9EC7-A0DE9D39BC13")> _
Public Interface IVsLibraryMgr
'Usage
Dim instance As IVsLibraryMgr
[InterfaceTypeAttribute()]
[GuidAttribute("DC1B976F-4DC7-4B3D-9EC7-A0DE9D39BC13")]
public interface IVsLibraryMgr
[InterfaceTypeAttribute()]
[GuidAttribute(L"DC1B976F-4DC7-4B3D-9EC7-A0DE9D39BC13")]
public interface class IVsLibraryMgr
public interface IVsLibraryMgr

Remarks

A package must implement this interface to participate in the code browsing tools. You pass this interface pointer to the Object Manager when you register with it through RegisterLibMgr. See illustrations of the implementation and/or calling of this interface in the sample My C Package.

Notes to Implementers:

Implemented by packages to participate in the code browsing tools (Object Browser, Class View, and Find Symbol).

Notes to Callers:

Called by the environment's object manager to obtain information about a package's IVsLibrary implementations.

See Also

Reference

IVsLibraryMgr Members

Microsoft.VisualStudio.Shell.Interop Namespace