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

'Declaration
<GuidAttribute("3411DD99-2445-43C8-918E-99BFBFAF8292")> _
<InterfaceTypeAttribute()> _
Public Interface IVSMDTypeResolutionService
'Usage
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
public interface IVSMDTypeResolutionService

See Also

Reference

IVSMDTypeResolutionService Members

Microsoft.VisualStudio.Shell.Interop Namespace