Method GetCodeRefactors
GetCodeRefactors(Point, Point, bool)
When implemented by a class, retrieves all applicable refactors at given range.
IList<ICodeRefactor> GetCodeRefactors(Point startPos, Point endPos, bool allDocuments = false)
Parameters
startPosPointStar position within the text.
endPosPointEnd position within the text..
allDocumentsboolSpecifies all documents in the solution needs to be processed.
Returns
- IList<ICodeRefactor>
Collection of available code refactors