MediaStreamContainers.FindIndex Method |
||||||||||||||
Searches the collection for a given string. The string contains the name of a MediaStreamContainer. | ||||||||||||||
Syntax: | Public Function FindIndex(Name As String) As Long |
|||||||||||||
|
||||||||||||||
Return Value: | If the Name property of a MediaStreamContainer object is equal to the given string, the FindIndex method returns the index of this object in the collection. If the string is not found, the FindIndex method returns -1. |
|||||||||||||
See also: | MediaStreamContainers, MediaStreamContainer |