IVsLibrary2Ex Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables libraries to provide different ObjectBrowser information when profiles change, or references are added or removed. Extends, but does not inherit from, IVsLibrary2.
public interface class IVsLibrary2Ex
public interface class IVsLibrary2Ex
__interface IVsLibrary2Ex
[System.Runtime.InteropServices.Guid("D9C7D24D-7ED2-4A9D-93D1-450426CB27DF")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsLibrary2Ex
[<System.Runtime.InteropServices.Guid("D9C7D24D-7ED2-4A9D-93D1-450426CB27DF")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsLibrary2Ex = interface
Public Interface IVsLibrary2Ex
- Attributes
Methods
DoIdle() |
Give idle time to the library. |
GetNavInfoContainerData(IVsNavInfo, VSCOMPONENTSELECTORDATA[]) |
Gets information about the container of an object specified by an IVsNavInfo interface. |
ProfileSettingsChanged() |
Tells the library that profile settings have changed. |
SetContainerAsUnchanging(VSCOMPONENTSELECTORDATA[], Int32) |
Gives the library a suggestion that the physical is unchanging. |