Click or drag to resize

SolutionCodeAnnotations Property

All 'listed' annotations (Messages and special Comments) for the entire Solution.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public ObservableCollection<CodeAnnotation> CodeAnnotations { get; }

Property Value

Type: ObservableCollectionCodeAnnotation
See Also