Create NewFoldings for the specified document.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public IEnumerable<NewFolding> CreateNewFoldings( TextDocument document, XmlReader reader, out int firstErrorOffset )
Public Function CreateNewFoldings ( _ document As TextDocument, _ reader As XmlReader, _ <OutAttribute> ByRef firstErrorOffset As Integer _ ) As IEnumerable(Of NewFolding)
public: IEnumerable<NewFolding^>^ CreateNewFoldings( TextDocument^ document, XmlReader^ reader, [OutAttribute] int% firstErrorOffset )
Parameters
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238