[This is preliminary documentation and is subject to change.]

Searches for the specified Message in the MessageCollection.

Namespace: TallComponents.Web.Diagnostics
Assembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1

Syntax

C#
public int IndexOf(
	Message message
)
Visual Basic
Public Function IndexOf ( _
	message As Message _
) As Integer

Parameters

message
Type: TallComponents.Web.Diagnostics..::..Message
The Message to locate in the MessageCollection.

Return Value

The zero-based index at which the Message is found, -1 if not found.

See Also