Click or drag to resize

ProjectAnnotationAdded Method

Add a listed annotation to the Project.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void AnnotationAdded(
	Annotation annotation,
	CodeUnit codeUnit,
	bool sendStatus
)

Parameters

annotation
Type: Nova.CodeDOMAnnotation
codeUnit
Type: Nova.CodeDOMCodeUnit
sendStatus
Type: SystemBoolean
See Also