Compartir a través de


IVsPackageDefinedTextMarkerType.GetPriorityIndex (Método)

Devuelve el índice de la prioridad del tipo de marcador, con el valor más prioritario recibiendo 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 al índice de la prioridad del tipo de marcador de texto. 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 IVsPackageDefinedTextMarkerType::GetPriorityIndex(
   [out] long *piPriorityIndex
);

El marcador con el valor más prioritario recibe la posición superior durante el comando que administra, y colocan a cada marcador subsiguiente en orden descendente según el valor de prioridad. Use los valores de prioridad 10.000 y superior si el marcador reemplaza elementos integrados como marcadores y ataja marcadores. Utilice los valores de 90 a 100 si el marcador invalida otros marcadores.

Nota

Si surgen conflictos de prioridad, el entorno puede asignar marcadores externos un par, prioridad baja.

Seguridad de .NET Framework

Vea también

Referencia

IVsPackageDefinedTextMarkerType Interfaz

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