Get the index of a preview parameter given by name.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Shared Function GetPreviewParameterIndex ( _
	szName As String _
) As Integer

Parameters

szName
Type: System..::..String
Name of the preview parameter.

Return Value

Index of the preview parameter. -1 if the parameter could not be found

Remarks