Chili.Opf3 Send comments on this topic.
IndexOf Method
See Also 
Chili.Opf3.DynamicProperties Namespace > DynamicPropertiesCollection Class : IndexOf Method




item
Item that's index in the container is returned.
Returns the zero-based index of the first occurrence of a value in the container or in a portion of it.

Syntax

Visual Basic (Declaration) 
Public Function IndexOf( _
   ByVal item As DynamicProperty _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As DynamicPropertiesCollection
Dim item As DynamicProperty
Dim value As Integer
 
value = instance.IndexOf(item)
C# 
public int IndexOf( 
   DynamicProperty item
)
Managed Extensions for C++ 
public: int IndexOf( 
   DynamicProperty* item
) 
C++/CLI 
public:
int IndexOf( 
   DynamicProperty^ item
) 

Parameters

item
Item that's index in the container is returned.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also