KnowledgeFragmentInspector Class

Takes a snapshot of a SyncKnowledge object that is in the format that is compatible with WindowsSync or later, and provides methods for inspecting the details of the knowledge.

System.Object
  Microsoft.Synchronization.KnowledgeFragmentInspector

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

'Declaration
Public Class KnowledgeFragmentInspector
'Usage
Dim instance As KnowledgeFragmentInspector

The KnowledgeFragmentInspector type exposes the following members.

  NameDescription
Public methodKnowledgeFragmentInspectorInitializes a new instance of the KnowledgeFragmentInspector class that contains the specified knowledge object.
Top

  NameDescription
Public propertyColumnRangeSetsGets the list of RangeSet objects that refer to a specific set of change units.
Public propertyScopeRangeSetGets the RangeSet object that refers to all change units that do not have an entry in the ColumnRangeSets property.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetMarkersGets a list of item IDs that are marked with the specified marker type.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Sync Framework 2.0 changes the underlying structure of a knowledge object to a more flexible and efficient format. KnowledgeFragmentInspector is used to inspect a knowledge object in this format.

KnowledgeFragmentInspector represents a snapshot of the SyncKnowledge object. Later updates to the knowledge object will not be reflected in the snapshot that is contained in the inspector.

Be aware that there is no single representation of knowledge. Equivalent knowledge might be represented in different forms and return different values from KnowledgeFragmentInspector properties.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: