Compartilhar via


Interface IVSMDTypeResolutionService

 

Publicado: abril de 2016

Faz com que uma instância de ITypeResolutionService disponíveis que podem ser usados no código nativo (não gerenciado).Você pode obter uma instância da interface por meio do GetItemContext método da IVsProject interface.Você também pode obter a interface por meio do SVSMDTypeResolutionService (SID_SVSMDTypeResoluionService) de serviço.

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

Sintaxe

[GuidAttribute("3411DD99-2445-43C8-918E-99BFBFAF8292")]
[InterfaceTypeAttribute(1)]
public interface IVSMDTypeResolutionService
[GuidAttribute("3411DD99-2445-43C8-918E-99BFBFAF8292")]
[InterfaceTypeAttribute(1)]
public interface class IVSMDTypeResolutionService
[<GuidAttribute("3411DD99-2445-43C8-918E-99BFBFAF8292")>]
[<InterfaceTypeAttribute(1)>]
type IVSMDTypeResolutionService = interface end
<GuidAttribute("3411DD99-2445-43C8-918E-99BFBFAF8292")>
<InterfaceTypeAttribute(1)>
Public Interface IVSMDTypeResolutionService

Métodos

Nome Descrição
System_CAPS_pubmethod TypeResolutionService(Object)

Consulte também

Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo