Share via


MergeContext Class

Provides merge information initially set by the merge process when the objects of a ElementGroupPrototype are reconstituted into the target store.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public NotInheritable Class MergeContext
'Usage
Dim instance As MergeContext
public sealed class MergeContext
public ref class MergeContext sealed
public final class MergeContext

Remarks

The merge information provided (drop or paste information) is set by the merge process when the ElementGroupPrototype objects are reconstituted into the target store.

The merge information is subsequently used throughout the merge process and the fix-up phase.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.MergeContext

Thread Safety

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

See Also

Reference

MergeContext Members

Microsoft.VisualStudio.Modeling Namespace