IndexOf Method

See Also

DirItemsCollection Class  | DirItemsCollection Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

Item
DirItem Object to locate in the collection.
See Also Requirements Languages WeOnlyDo.Client.FTP Send comments on this topic.

IndexOf Method

Determines the index of a specific item in the collection.

[Visual Basic]
Public Function IndexOf( _    ByVal Item As DirItem _ ) As Integer
[C#]
public int IndexOf(    DirItem Item );
[JScript]
public function IndexOf(    Item : DirItem ) : int;

Parameters

Item
DirItem Object to locate in the collection.

Return Type

The index of value if found in the list; otherwise, -1.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

DirItemsCollection Class  | DirItemsCollection Members

 

 


© WeOnlyDo Software. All Rights Reserved.