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)

Syntax

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("45ABED49-8D6E-47B8-A0D6-C9F2405817C6")> _
Public Interface IVsItemTypeResolutionSite
‘사용 방법
Dim instance As IVsItemTypeResolutionSite
[InterfaceTypeAttribute()]
[GuidAttribute("45ABED49-8D6E-47B8-A0D6-C9F2405817C6")]
public interface IVsItemTypeResolutionSite
[InterfaceTypeAttribute()]
[GuidAttribute(L"45ABED49-8D6E-47B8-A0D6-C9F2405817C6")]
public interface class IVsItemTypeResolutionSite
[<InterfaceTypeAttribute()>]
[<GuidAttribute("45ABED49-8D6E-47B8-A0D6-C9F2405817C6")>]
type IVsItemTypeResolutionSite =  interface end
public interface IVsItemTypeResolutionSite

See Also

Reference

IVsItemTypeResolutionSite Members

Microsoft.VisualStudio.Shell.Interop Namespace