Partilhar via


Método IVsMergeableUIItem.GetCanonicalName

Nome do item não-localizada retorna, usado para comparação de união inter-language de itens.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
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

Parâmetros

  • pbstrNonLocalizeName
    Tipo: String%

    [out] A seqüência de caracteres que contém o nome canônico.

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De textmgr.idl:

HRESULT IVsMergeableUIItem::GetCanonicalName(
   [out] BSTR *pbstrNonLocalizeName
);

Segurança do .NET Framework

Consulte também

Referência

IVsMergeableUIItem Interface

Namespace Microsoft.VisualStudio.TextManager.Interop