Compartir a través de


IVsTextLayerMarker.GetType (Método)

Devuelve el tipo de marcador.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
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]

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

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

Seguridad de .NET Framework

Vea también

Referencia

IVsTextLayerMarker Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)