프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CreateAnnotationInstance | |||
ShouldSerialize | bool |
메소드 | 설명 | |
---|---|---|
ClearAll ( ) : void |
Removes all annotations from the document. This is equivalent to setting the Annotation.Text property to null for each line. |
|
GetEnumerator ( ) : IEnumerator |
Returns an enumerator for the AnnotationCollection.
|
|
this ( int lineIndex ) : |
Gets the annotation at the specified line index.
|
메소드 | 설명 | |
---|---|---|
AnnotationCollection ( Scintilla scintilla ) : System |
Initializes a new instance of the AnnotationCollection class.
|
메소드 | 설명 | |
---|---|---|
CreateAnnotationInstance ( int lineIndex ) : |
||
ShouldSerialize ( ) : bool |
protected AnnotationCollection ( Scintilla scintilla ) : System | ||
scintilla | Scintilla | The |
리턴 | System |
public this ( int lineIndex ) : |
||
lineIndex | int | The zero-based document line index of the annotation to get. |
리턴 |