Método UCOMIMoniker.GetDisplayName (UCOMIBindCtx, UCOMIMoniker, String)
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Obtém o nome de exibição, que é uma representação legível para o usuário desse moniker.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
void GetDisplayName(
UCOMIBindCtx pbc,
UCOMIMoniker pmkToLeft,
out string ppszDisplayName
)
void GetDisplayName(
UCOMIBindCtx^ pbc,
UCOMIMoniker^ pmkToLeft,
[OutAttribute] String^% ppszDisplayName
)
abstract GetDisplayName :
pbc:UCOMIBindCtx *
pmkToLeft:UCOMIMoniker *
ppszDisplayName:string byref -> unit
Sub GetDisplayName (
pbc As UCOMIBindCtx,
pmkToLeft As UCOMIMoniker,
<OutAttribute> ByRef ppszDisplayName As String
)
Parâmetros
pbc
Type: System.Runtime.InteropServices.UCOMIBindCtxUma referência ao contexto de associação a ser usado nessa operação.
pmkToLeft
Type: System.Runtime.InteropServices.UCOMIMonikerUma referência ao moniker à esquerda desse moniker, se o moniker fizer parte de um moniker de composição.
ppszDisplayName
Type: System.StringNo retorno bem-sucedido, contém a cadeia de caracteres de nome de exibição.
Comentários
Para obter mais informações sobre IMoniker::GetDisplayName, consulte a Biblioteca MSDN.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Interface UCOMIMoniker
Namespace System.Runtime.InteropServices
Retornar ao início