ITextUndoPrimitive.CanMerge(ITextUndoPrimitive) Method

Definition

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

public:
 bool CanMerge(Microsoft::VisualStudio::Text::Operations::ITextUndoPrimitive ^ older);
public:
 bool CanMerge(Microsoft::VisualStudio::Text::Operations::ITextUndoPrimitive ^ older);
bool CanMerge(Microsoft::VisualStudio::Text::Operations::ITextUndoPrimitive const & older);
public bool CanMerge (Microsoft.VisualStudio.Text.Operations.ITextUndoPrimitive older);
abstract member CanMerge : Microsoft.VisualStudio.Text.Operations.ITextUndoPrimitive -> bool
Public Function CanMerge (older As ITextUndoPrimitive) As Boolean

Parameters

older
ITextUndoPrimitive

The older primitive.

Returns

true if the given primitive can merge with this one, false otherwise.

Applies to