AvalonEdit
CreateNewFoldings Method (document, reader, firstErrorOffset)
NamespacesICSharpCode.AvalonEdit.FoldingXmlFoldingStrategyCreateNewFoldings(TextDocument, XmlReader, Int32%)
Create NewFoldings for the specified document.
Declaration Syntax
C#Visual BasicVisual 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
document (TextDocument)
reader (XmlReader)
firstErrorOffset (Int32%)

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238