Table of Contents

Method GetTextChanges

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

GetTextChanges(bool)

Retrieves code changes for particular code refactor.

public virtual IList<ITextUndo> GetTextChanges(bool allDocuments)

Parameters

allDocuments bool

Specifies if all documents in the solution needs to be processed.

Returns

IList<ITextUndo>

List of changes if any, otherwise null.