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
[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
The IVSMDTypeResolutionService type exposes the following members.
Methods
Name | Description | |
---|---|---|
TypeResolutionService |
Top