'Declaration Public Function IndexOf( _ ByVal exportProvider As ExportProvider _ ) As Integer
public int IndexOf( ExportProvider exportProvider )
Parameters
- exportProvider
- The export provider to search for.
Return Value
Index of the specified export provider in the current collection, or -1 if it was not found.