ISaveChangeContext::GetKnowledgeForScope
取得表示這項知識及複寫在套用變更時所學習到的被遺忘知識的物件。
HRESULT GetKnowledgeForScope(
ISyncKnowledge ** ppUpdatedDestinationKnowledge,
IForgottenKnowledge ** ppForgottenKnowledge);
參數
- ppUpdatedDestinationKnowledge
[out] 傳回目的地的更新知識。
- ppForgottenKnowledge
[out] 傳回目的地的更新被遺忘知識。
傳回值
S_OK
E_POINTER
SYNC_E_INTERNAL_ERROR
備註
這個方法傳回的知識物件必須直接取化現有範圍知識。
注意
即使沒有套用變更,更新後的目的地知識也可能變更,例如,要在知識中記錄造成可復原錯誤的每一項變更時。