Registers a text pattern to be watched and automatically marked.

Namespace: Sgry.Azuki
Assembly: 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

ExceptionCondition
System..::..ArgumentNullExceptionThe argument 'pattern' was null.

See Also