Click or drag to resize

SolutionAnnotationAdded Method

Add a listed annotation to the Solution.

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

Parameters

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