C# 클래스 ICSharpCode.AvalonEdit.Folding.AbstractFoldingStrategy

Base class for folding strategies.
파일 보기 프로젝트 열기: kjk/kjkpub 1 사용 예제들

공개 메소드들

메소드 설명
CreateNewFoldings ( TextDocument document, int &firstErrorOffset ) : IEnumerable

Create NewFoldings for the specified document.

UpdateFoldings ( ICSharpCode.AvalonEdit.Folding.FoldingManager manager, TextDocument document ) : void

Create NewFoldings for the specified document and updates the folding manager with them.

메소드 상세

CreateNewFoldings() 공개 추상적인 메소드

Create NewFoldings for the specified document.
public abstract CreateNewFoldings ( TextDocument document, int &firstErrorOffset ) : IEnumerable
document ICSharpCode.AvalonEdit.Document.TextDocument
firstErrorOffset int
리턴 IEnumerable

UpdateFoldings() 공개 메소드

Create NewFoldings for the specified document and updates the folding manager with them.
public UpdateFoldings ( ICSharpCode.AvalonEdit.Folding.FoldingManager manager, TextDocument document ) : void
manager ICSharpCode.AvalonEdit.Folding.FoldingManager
document ICSharpCode.AvalonEdit.Document.TextDocument
리턴 void