'Declaration Public Function IndexOf( _ ByVal formatId As ImGearFormats _ ) As Integer
'Usage Dim instance As ImGearFileFilters Dim formatId As ImGearFormats Dim value As Integer value = instance.IndexOf(formatId)
public int IndexOf( ImGearFormats formatId )
public: int IndexOf( ImGearFormats formatId )
public: int IndexOf( ImGearFormats formatId )
Parameters
- formatId
- ID of the format.
Return Value
The index of a format in the list, or -1 if the format is not in the list.