C# 클래스 AvalonStudio.TextEditor.Document.TextAnchorNode

A TextAnchorNode is placed in the TextAnchorTree. It describes a section of text with a text anchor at the end of the section. A weak reference is used to refer to the TextAnchor. (to save memory, we derive from WeakReference instead of referencing it)
상속: System.WeakReference
파일 보기 프로젝트 열기: VitalElement/AvalonStudio 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
TextAnchorNode ( TextAnchor anchor ) : System
ToString ( ) : string

메소드 상세

TextAnchorNode() 공개 메소드

public TextAnchorNode ( TextAnchor anchor ) : System
anchor TextAnchor
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string