Compartir a través de


IVsSyntheticRegion.GetMarkerType (Método)

Obtiene 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 GetMarkerType ( _
    <OutAttribute> ByRef piMarkerType As Integer _
) As Integer
int GetMarkerType(
    out int piMarkerType
)
int GetMarkerType(
    [OutAttribute] int% piMarkerType
)
abstract GetMarkerType : 
        piMarkerType:int byref -> int
function GetMarkerType(
    piMarkerType : int
) : int

Parámetros

  • piMarkerType
    Tipo: Int32%

    [out] Vea la enumeración de SYNTHETIC_REGION_TYPE

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 IVsSyntheticRegion::GetMarkerType(
   [out] long *piMarkerType
);

Seguridad de .NET Framework

Vea también

Referencia

IVsSyntheticRegion Interfaz

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