ITextUndoPrimitive.Merge(ITextUndoPrimitive) Method

Definition

Performs the actual merge.

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

Parameters

older
ITextUndoPrimitive

The older primitive to merge.

Returns

The replacement primitive.

Remarks

The resulting ITextUndoPrimitive will be added to the transaction, and the two input primitives will be removed.

Applies to