IMoniker.GetDisplayName(IBindCtx, IMoniker, String) 方法

定义

获取显示名称,该名称是当前名字对象的用户可读表示形式。

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)

参数

pbc
IBindCtx

对在此操作中使用的绑定上下文的引用。

pmkToLeft
IMoniker

如果名字对象是复合名字对象的一部分,则为对当前名字对象左边的名字对象的引用。

ppszDisplayName
String

此方法返回时,包含显示名称字符串。 此参数未经初始化即被传递。

注解

有关详细信息,请参阅 IMoniker::GetDisplayName 方法

适用于