Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
'Déclaration
<InterfaceTypeAttribute()> _
<GuidAttribute("3411DD99-2445-43C8-918E-99BFBFAF8292")> _
Public Interface IVSMDTypeResolutionService
'Utilisation
Dim instance As IVSMDTypeResolutionService
[InterfaceTypeAttribute()]
[GuidAttribute("3411DD99-2445-43C8-918E-99BFBFAF8292")]
public interface IVSMDTypeResolutionService
[InterfaceTypeAttribute()]
[GuidAttribute(L"3411DD99-2445-43C8-918E-99BFBFAF8292")]
public interface class IVSMDTypeResolutionService
public interface IVSMDTypeResolutionService