IVsItemTypeResolutionSite Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides callback methods for IVsItemTypeResolutionService to track references and assemblies.
public interface class IVsItemTypeResolutionSite
public interface class IVsItemTypeResolutionSite
__interface IVsItemTypeResolutionSite
[System.Runtime.InteropServices.Guid("45ABED49-8D6E-47B8-A0D6-C9F2405817C6")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsItemTypeResolutionSite
[<System.Runtime.InteropServices.Guid("45ABED49-8D6E-47B8-A0D6-C9F2405817C6")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsItemTypeResolutionSite = interface
Public Interface IVsItemTypeResolutionSite
- Attributes
Methods
AddReference(String) |
Adds a reference to the project. |
IsCodeDirectoryAssembly(String, Int32) |
Tests whether or not a reference is to a code assembly. |
WaitForReferencesReady() |
Ensures any pending compiler parameter generation concerning references is complete. |