The different annotation modes
Namespace:
ArtOfTest.WebAii.CoreAssembly: ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2.0.7.0 (2.0.7.0)
Syntax
| C# |
|---|
public enum AnnotationMode |
| Visual Basic (Declaration) |
|---|
Public Enumeration AnnotationMode |
| Visual C++ |
|---|
public enum class AnnotationMode |
Members
| Member name | 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
|
