This document is archived and information here might be outdated. Recommended version. |
Finds the index of the specified Item in the Items Collection.
[Visual Basic .NET]
Public Sub FindItem ( _
ByVal Name As String, _
ByRef index As Integer _
)
[C#]
public void FindItem (
string Name,
ref int index
);
[C++]
HRESULT FindItem(
BSTR Name,
System.Int32* index
);
[C++] Parameters Name [in]
Name is a parameter of type BSTR index [out]
index is a parameter of type long*