IVsItemTypeResolutionSite Interface

 

Provides callback methods for IVsItemTypeResolutionService to track references and assemblies.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("45ABED49-8D6E-47B8-A0D6-C9F2405817C6")]
public interface IVsItemTypeResolutionSite

NameDescription
System_CAPS_pubmethodAddReference(String)

Adds a reference to the project.

System_CAPS_pubmethodIsCodeDirectoryAssembly(String, Int32)

Tests whether or not a reference is to a code assembly.

System_CAPS_pubmethodWaitForReferencesReady()

Ensures any pending compiler parameter generation concerning references is complete.

Return to top
Show: