IVsItemTypeResolutionService Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | InitializeReferences(Object^) | Initializes the list of assembly references using the ReferencedAssemblies property of the CompilerParameters object. |
![]() | ReferenceAdded(String^) | Called by the project system when you add a new assembly reference. |
![]() | ReferenceChanged(String^) | Called by the project system when you remove a reference. |
![]() | ReferenceRemoved(String^) | Called by the project system when a reference changes. |
![]() | Reset() | Resets the service. |
![]() | SetSite(Object^) | Sets the site for the type resolution service. |
Show:
