Свойство | Type | Description | |
---|---|---|---|
CreateAnnotationInstance | |||
ShouldSerialize | bool |
Méthode | Description | |
---|---|---|
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.
|
Méthode | Description | |
---|---|---|
AnnotationCollection ( Scintilla scintilla ) : System |
Initializes a new instance of the AnnotationCollection class.
|
Méthode | Description | |
---|---|---|
CreateAnnotationInstance ( int lineIndex ) : |
||
ShouldSerialize ( ) : bool |
protected AnnotationCollection ( Scintilla scintilla ) : System | ||
scintilla | Scintilla | The |
Résultat | System |
public this ( int lineIndex ) : |
||
lineIndex | int | The zero-based document line index of the annotation to get. |
Résultat |