共用方式為


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

適用於