IVsLibraryReferenceManager Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | AddComponentReference(String^, Object^) | Called by the project when adding a reference to a component identified by its path. |
![]() | DecrementCheckCount(String^, Object^) | Called by the project referencing a component identified by its path when it is taken out of scope. |
![]() | GetListIndex(array<VSOBJECTINFO>^, IVsObjectList^, UInt32) | Provides browse information for the Object Browser. |
![]() | IncrementCheckCount(String^, Object^) | Called by the project referencing a component identified by its path when it is brought into scope. |
![]() | RemoveComponentReference(String^, Object^) | Called by the project when removing a reference to a component identified by its path. |
Show:
