Registers a text pattern to be watched and automatically marked.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
| C# |
|---|
public void Register( WatchPattern pattern ) |
| Visual Basic |
|---|
Public Sub Register ( pattern As WatchPattern ) |
Parameters
- pattern
- Type: Sgry.Azuki..::..WatchPattern
The pattern of the text to be watched and automatically marked.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | The argument 'pattern' was null. |