IBindCtx.GetRunningObjectTable(IRunningObjectTable) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回與這個繫結處理序關聯的執行物件表格 (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
。