Compartir a través de


IVsMergeableUIItem.GetMergingPriority (Método)

devuelve la prioridad de combinación.

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

Sintaxis

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

Parámetros

  • piMergingPriority
    Tipo: Int32%

    [out] Prioridad

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 IVsMergeableUIItem::GetMergingPriority(
   [out] long *piMergingPriority
);

La prioridad de combinación se usa para resolver conflictos. Cuanto mayor sea el número de prioridad, más la preferencia que recibe.

instrucciones:

Si esto es el producto de Microsoft, piMergingPriority debe ser 0x1000 o mayor.

Si los thes son el paquete primario para definir el marcador, utilice 0x2000 o mayor.

Si no se realiza ninguna localización, piMergingPriority debe ser negativo.

Seguridad de .NET Framework

Vea también

Referencia

IVsMergeableUIItem Interfaz

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