共用方式為


IDataModelManager4::CreateSyntheticObjectFromKeyStore 方法 (dbgmodel.h)

從現有的金鑰存放區建立綜合物件,其中包含索引鍵/值/元數據元組。 方法所建立的綜合IModelObject。

語法

HRESULT CreateSyntheticObjectFromKeyStore(
  IDebugHostContext *context,
  IKeyStore         *parentStore,
  IModelObject      **object
);

參數

context

內容物件上的 IDebugHostContext 介面。 此內容是選擇性的。

parentStore

要從中建立綜合物件的存放區物件上的 IKeyStore 介面

object

方法所建立的綜合IModelObject。

傳回值

這個方法會傳回 HRESULT,指出方法呼叫的成功或失敗。

要求

要求 價值
標頭 dbgmodel.h

另請參閱

IDataModelManager4 介面