IVsLibrary2Ex Interface

 

Enables libraries to provide different Object Browser information when profiles change, or references are added or removed. Extends, but does not inherit from, IVsLibrary2.

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

[GuidAttribute("D9C7D24D-7ED2-4A9D-93D1-450426CB27DF")]
[InterfaceTypeAttribute(1)]
public interface IVsLibrary2Ex

NameDescription
System_CAPS_pubmethodDoIdle()

Give idle time to the library.

System_CAPS_pubmethodGetNavInfoContainerData(IVsNavInfo, VSCOMPONENTSELECTORDATA[])

Gets information about the container of an object specified by an IVsNavInfo interface.

System_CAPS_pubmethodProfileSettingsChanged()

Tells the library that profile settings have changed.

System_CAPS_pubmethodSetContainerAsUnchanging(VSCOMPONENTSELECTORDATA[], Int32)

Gives the library a suggestion that the physical is unchanging.

Return to top
Show: