IVsItemTypeResolutionService Interface

 

Makes the connections among referenced projects and assemblies to provide type information to a project node.

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

[GuidAttribute("C6CF64F7-8863-4E50-9DF1-892AA83D70D7")]
[InterfaceTypeAttribute(1)]
public interface IVsItemTypeResolutionService

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: