Partager via


IVsMergeableUIItem.GetMergingPriority, méthode

Retourne la priorité fusionnante.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
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

Paramètres

  • piMergingPriority
    Type : Int32%

    [] priorité

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

Signature de COM

De textmgr.idl :

HRESULT IVsMergeableUIItem::GetMergingPriority(
   [out] long *piMergingPriority
);

La priorité fusionnante est utilisée pour résoudre des conflits. Plus le nombre de priorité est haut, plus la préférence qu'il le reçoit.

Indications :

- Si c'est un produit de Microsoft, piMergingPriority doit être 0x1000 ou plus supérieur.

- Si le vôtre est le package primaire pour définir la marque, l'utilisation 0x2000 ou plus supérieur.

- Si vous n'effectuez aucune localisation, piMergingPriority doit être négatif.

Sécurité .NET Framework

Voir aussi

Référence

IVsMergeableUIItem Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms