Partager via


IVsMergeableUIItem.GetCanonicalName, méthode

Nom d'élément non- localisé par retours, utilisé pour la comparaison de fusionner d'interlangue des éléments.

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

Syntaxe

'Déclaration
Function GetCanonicalName ( _
    <OutAttribute> ByRef pbstrNonLocalizeName As String _
) As Integer
int GetCanonicalName(
    out string pbstrNonLocalizeName
)
int GetCanonicalName(
    [OutAttribute] String^% pbstrNonLocalizeName
)
abstract GetCanonicalName : 
        pbstrNonLocalizeName:string byref -> int
function GetCanonicalName(
    pbstrNonLocalizeName : String
) : int

Paramètres

  • pbstrNonLocalizeName
    Type : String%

    [] chaîne contenant le nom canonique.

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::GetCanonicalName(
   [out] BSTR *pbstrNonLocalizeName
);

Sécurité .NET Framework

Voir aussi

Référence

IVsMergeableUIItem Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms