IDynamicConceptProviderConcept::NotifyDestruct 方法 (dbgmodel.h)

动态概念提供程序上的 NotifyDestruct 方法是核心数据模型在销毁对象(动态概念提供程序)开始时进行的回调。 它为需要它的客户提供了额外的清理机会。

语法

HRESULT NotifyDestruct();

返回值

此方法返回指示成功或失败的 HRESULT。

要求

要求
Header dbgmodel.h

另请参阅

IDynamicConceptProviderConcept 接口