AvalonEdit
IDocumentAccessor Interface
NamespacesICSharpCode.AvalonEdit.Indentation.CSharpIDocumentAccessor
Interface used for the indentation class to access the document.
Declaration Syntax
C#Visual BasicVisual C++
public interface IDocumentAccessor
Public Interface IDocumentAccessor
public interface class IDocumentAccessor
Members
All MembersMethodsProperties



IconMemberDescription
IsReadOnly
Gets if the current line is read only (because it is not in the selected text region)

LineNumber
Gets the number of the current line.

MoveNext()()()()
Advances to the next line.

Text
Gets/Sets the text of the current line.

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