Método IVSMDTypeResolutionService.TypeResolutionService (Object)

 

Publicado: abril de 2016

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

Sintaxe

int TypeResolutionService(
    out object ppTrs
)
int TypeResolutionService(
    [OutAttribute] Object^% ppTrs
)
abstract TypeResolutionService : 
        ppTrs:Object byref -> int
Function TypeResolutionService (
    <OutAttribute> ByRef ppTrs As Object
) As Integer

Parâmetros

  • ppTrs

Valor de retorno

Type: System.Int32

Consulte também

Interface IVSMDTypeResolutionService
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo