IVSMDTypeResolutionService Interface

Definition

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(IVsHierarchy, UInt32, IServiceProvider) method of the IVsProject interface. You can also obtain the interface through the SVSMDTypeResolutionService (SID_SVSMDTypeResoluionService) service.

public interface class IVSMDTypeResolutionService
public interface class IVSMDTypeResolutionService
__interface IVSMDTypeResolutionService
[System.Runtime.InteropServices.Guid("3411DD99-2445-43C8-918E-99BFBFAF8292")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVSMDTypeResolutionService
[<System.Runtime.InteropServices.Guid("3411DD99-2445-43C8-918E-99BFBFAF8292")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVSMDTypeResolutionService = interface
Public Interface IVSMDTypeResolutionService
Attributes

Methods

TypeResolutionService(Object)

Gets a pointer to the ITypeResolutionService interface.

Applies to