Finds the first subproperty that has any of the specified names.

Namespace: vCards
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int IndexOfAny(
	string[] names
)
Visual Basic
Public Function IndexOfAny ( _
	names As String() _
) As Integer
Visual C++
public:
int IndexOfAny(
	array<String^>^ names
)

Parameters

names
Type: array<System..::..String>[]()[][]
An array of names to search.

Return Value

The collection index of the first subproperty with the specified name, or -1 if no subproperty was found.

See Also