IVsItemTypeResolutionService Methods

 

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

NameDescription
System_CAPS_pubmethodInitializeReferences(Object^)

Initializes the list of assembly references using the ReferencedAssemblies property of the CompilerParameters object.

System_CAPS_pubmethodReferenceAdded(String^)

Called by the project system when you add a new assembly reference.

System_CAPS_pubmethodReferenceChanged(String^)

Called by the project system when you remove a reference.

System_CAPS_pubmethodReferenceRemoved(String^)

Called by the project system when a reference changes.

System_CAPS_pubmethodReset()

Resets the service.

System_CAPS_pubmethodSetSite(Object^)

Sets the site for the type resolution service.

Return to top
Show: