Condividi tramite


Metodo IVsMergeableUIItem.GetDisplayName

Restituisce il nome dell'elemento localizzato utilizzato per la visualizzazione nell'interfaccia utente.

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
Function GetDisplayName ( _
    <OutAttribute> ByRef pbstrDisplayName As String _
) As Integer
int GetDisplayName(
    out string pbstrDisplayName
)
int GetDisplayName(
    [OutAttribute] String^% pbstrDisplayName
)
abstract GetDisplayName : 
        pbstrDisplayName:string byref -> int
function GetDisplayName(
    pbstrDisplayName : String
) : int

Parametri

  • pbstrDisplayName
    Tipo: String%

    [out] Stringa contenente il nome visualizzato.

Valore restituito

Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.

Note

Firma COM

da textmgr.idl:

HRESULT IVsMergeableUIItem::GetDisplayName(
   [out] BSTR *pbstrDisplayName
);

Per i tipi pacchetto-definiti del marcatore, si otterranno il nome localizzato tramite una risorsa di tipo stringa investita nella chiave del Registro di sistema per questo marcatore esterno.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsMergeableUIItem Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop