ITextUndoPrimitive::CanMerge Method (ITextUndoPrimitive^)

 

Determines whether this undo primitive can merge with the specified undo primitive.

Namespace:   Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

bool CanMerge(
	ITextUndoPrimitive^ older
)

Parameters

older
Type: Microsoft.VisualStudio.Text.Operations::ITextUndoPrimitive^

The older primitive.

Return Value

Type: System::Boolean

true if the undo primitives can be merged, otherwise false.

Return to top
Show: