Table of Contents

Method GetTextChanges

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

GetTextChanges(bool)

When implemented by a class, retrieves code changes for particular code refactor.

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.