Click or drag to resize

CodeObjectMoveAnnotations Method

Move any annotations from the specified location to the specified destination location.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void MoveAnnotations(
	AnnotationFlags fromFlag,
	AnnotationFlags toFlag
)

Parameters

fromFlag
Type: Nova.CodeDOMAnnotationFlags
toFlag
Type: Nova.CodeDOMAnnotationFlags
See Also