FormFix v6.0 for .NET - Updated
IndexOf Method (FormDefinitionCollection)



Accusoft.FormDirectorSdk Namespace > FormDefinitionCollection Class : IndexOf Method
The object to search for in the collection.
Determines whether the specified FormDefinition is in the collection and returns its index.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal value As FormDefinition _
) As Integer
'Usage
 
Dim instance As FormDefinitionCollection
Dim value As FormDefinition
Dim value As Integer
 
value = instance.IndexOf(value)
public int IndexOf( 
   FormDefinition value
)
public:
int IndexOf( 
   FormDefinition^ value
) 

Parameters

value
The object to search for in the collection.

Return Value

If the FormDefinition is present in the collection, this method will return the zero-based index of the first occurrence of it; otherwise this method will return -1.
Remarks

This method implements a standard collection operation. It searches the collection for a reference to the given object. If it finds a reference to it, it will return its index. If it cannot find a reference to it, this method will return -1. If the object is present more than once in the collection, this method will return the lowest index of a match.

See Also

Reference

FormDefinitionCollection Class
FormDefinitionCollection Members
Contains Method
GetIndexOfName Method

Is this page helpful?
Yes No
Thanks for your feedback.