The different annotation modes
Syntax| C# |
public enum AnnotationMode
Members| Member | Description |
|---|---|
| All |
All annotations (native and custom) will be displayed
when annotation is enabled
|
| NativeOnly |
Only the native annotations will be displayed
when annotation is enabled
|
| CustomOnly |
Only the custom annotations will be displayed
when annotation is enabled
|
Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)
