Partilhar via


Método IVsTextStreamMarker.GetType

Retorna um tipo de marcador de texto.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
Function GetType ( _
    <OutAttribute> ByRef piMarkerType As Integer _
) As Integer
int GetType(
    out int piMarkerType
)
int GetType(
    [OutAttribute] int% piMarkerType
)
abstract GetType : 
        piMarkerType:int byref -> int
function GetType(
    piMarkerType : int
) : int

Parâmetros

  • piMarkerType
    Tipo: Int32%

    [out] Ponteiro para o valor inteiro que representa o tipo de marcador.

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De textmgr.idl:

HRESULT IVsTextStreamMarker::GetType(
   [out] long *piMarkerType
);

Para ser gravado.

Segurança do .NET Framework

Consulte também

Referência

IVsTextStreamMarker Interface

Namespace Microsoft.VisualStudio.TextManager.Interop