Compartir a través de


IVsTextLineMarker.GetPriorityIndex (Método)

Devuelve el índice de la prioridad de marcador de texto, con el valor máximo obteniendo la posición superior.

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

Sintaxis

'Declaración
Function GetPriorityIndex ( _
    <OutAttribute> ByRef piPriorityIndex As Integer _
) As Integer
int GetPriorityIndex(
    out int piPriorityIndex
)
int GetPriorityIndex(
    [OutAttribute] int% piPriorityIndex
)
abstract GetPriorityIndex : 
        piPriorityIndex:int byref -> int
function GetPriorityIndex(
    piPriorityIndex : int
) : int

Parámetros

  • piPriorityIndex
    Tipo: Int32%

    [out] Puntero a un entero que contiene el índice de prioridad. Para obtener una lista de valores de piPriorityIndex , vea MARKERTYPE.

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 IVsTextLineMarker::GetPriorityIndex(
   [out] long *piPriorityIndex
);

Utilice este método para determinar el nivel de prioridad asociado a un tipo de marcador. Todos los tipos de marcador proporcionados el editor básico de texto tienen prioridades predeterminadas asociado a ellas. La prioridad de un tipo de marcador se utiliza para determinar cómo se controlan el tipo de marcador para los comandos y así sucesivamente.

Seguridad de .NET Framework

Vea también

Referencia

IVsTextLineMarker Interfaz

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