IVSMDTypeResolutionService Interface

Makes an instance of ITypeResolutionService available that you can use in native (unmanaged) code. You can get an instance of the interface through the GetItemContext method of the IVsProject interface. You can also obtain the interface through the SVSMDTypeResolutionService (SID_SVSMDTypeResoluionService) service.

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

Syntax

‘선언
<GuidAttribute("3411DD99-2445-43C8-918E-99BFBFAF8292")> _
<InterfaceTypeAttribute()> _
Public Interface IVSMDTypeResolutionService
‘사용 방법
Dim instance As IVSMDTypeResolutionService
[GuidAttribute("3411DD99-2445-43C8-918E-99BFBFAF8292")]
[InterfaceTypeAttribute()]
public interface IVSMDTypeResolutionService
[GuidAttribute(L"3411DD99-2445-43C8-918E-99BFBFAF8292")]
[InterfaceTypeAttribute()]
public interface class IVSMDTypeResolutionService
[<GuidAttribute("3411DD99-2445-43C8-918E-99BFBFAF8292")>]
[<InterfaceTypeAttribute()>]
type IVSMDTypeResolutionService =  interface end
public interface IVSMDTypeResolutionService

See Also

Reference

IVSMDTypeResolutionService Members

Microsoft.VisualStudio.Shell.Interop Namespace