IBindCtx.GetRunningObjectTable(IRunningObjectTable) 方法

定义

返回对与此绑定进程相关的运行对象表 (ROT) 的访问权。

public:
 void GetRunningObjectTable([Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::IRunningObjectTable ^ % pprot);
public void GetRunningObjectTable (out System.Runtime.InteropServices.ComTypes.IRunningObjectTable pprot);
public void GetRunningObjectTable (out System.Runtime.InteropServices.ComTypes.IRunningObjectTable? pprot);
abstract member GetRunningObjectTable : IRunningObjectTable -> unit
Public Sub GetRunningObjectTable (ByRef pprot As IRunningObjectTable)

参数

pprot
IRunningObjectTable

此方法返回时,包含对运行对象表 (ROT) 的引用。 此参数未经初始化即被传递。

注解

有关详细信息,请参阅 MSDN 库中 的现有文档 IBindCtx::GetRunningObjectTable

适用于