Visually annotates an element on the browser surface.
Namespace:
ArtOfTest.WebAii.CoreAssembly: ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2.0.7.0 (2.0.7.0)
Syntax
| C# |
|---|
public virtual void AnnotateElement( Element targetElement, string message ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub AnnotateElement ( _ targetElement As Element, _ message As String _ ) |
| Visual C++ |
|---|
public: virtual void AnnotateElement( Element^ targetElement, String^ message ) |
Parameters
- targetElement
- Type: ArtOfTest.WebAii.ObjectModel..::.Element
The target element to annotate.
- message
- Type: System..::.String
The message to include.
