Click or drag to resize

CodeObjectAttachAnnotation Method (Annotation, AnnotationFlags, Boolean)

Attach an Annotation to the CodeObject at the specified position.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void AttachAnnotation(
	Annotation annotation,
	AnnotationFlags position,
	bool atFront = false
)

Parameters

annotation
Type: Nova.CodeDOMAnnotation
The annotation.
position
Type: Nova.CodeDOMAnnotationFlags
The position at which to place it.
atFront (Optional)
Type: SystemBoolean
Inserts at the front of any existing annotations if true, otherwise adds at the end.
See Also