ICoreFragmentInspector Interface

Enumerates the ICoreFragment objects that are contained in a knowledge object.

interface ICoreFragmentInspector : IUnknown

Members

ICoreFragmentInspector method Description

ICoreFragmentInspector::NextCoreFragments

Returns the next ICoreFragment objects in the knowledge, if they are available.

ICoreFragmentInspector::Reset

Resets the enumerator to the beginning of the knowledge.

Remarks

An ICoreFragmentInspector object can be obtained by calling ISyncKnowledge2::GetInspector on a knowledge object.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components