ITextUndoPrimitive.Merge(ITextUndoPrimitive) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.