IMoniker.GetDisplayName(IBindCtx, IMoniker, String) Yöntem

Tanım

Geçerli takma adın kullanıcı tarafından okunabilir bir gösterimi olan görünen adı alır.

public:
 void GetDisplayName(System::Runtime::InteropServices::ComTypes::IBindCtx ^ pbc, System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkToLeft, [Runtime::InteropServices::Out] System::String ^ % ppszDisplayName);
public void GetDisplayName(System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker pmkToLeft, out string ppszDisplayName);
public void GetDisplayName(System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker? pmkToLeft, out string ppszDisplayName);
abstract member GetDisplayName : System.Runtime.InteropServices.ComTypes.IBindCtx * System.Runtime.InteropServices.ComTypes.IMoniker * string -> unit
Public Sub GetDisplayName (pbc As IBindCtx, pmkToLeft As IMoniker, ByRef ppszDisplayName As String)

Parametreler

pbc
IBindCtx

Bu işlemde kullanılacak bağlama bağlamı başvurusu.

pmkToLeft
IMoniker

Bilinen ad bileşik bir takma adın parçasıysa, geçerli takma adın solundaki takma ad başvurusu.

ppszDisplayName
String

Bu yöntem döndürdüğünde görünen ad dizesini içerir. Bu parametre başlatılmamış olarak geçirilir.

Açıklamalar

Daha fazla bilgi için bkz. IMoniker::GetDisplayName yöntemi.

Şunlara uygulanır