Keysight Pathwave 89600 VSA .NET API
IndexOf(T) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > RemotableCollection<T> Class > IndexOf Method : IndexOf(T) Method


item
The item to find the index for.

Glossary Item Box

Gets the index location of the specified item within the collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Function IndexOf( _
   ByVal item As T _
) As Integer
C# 
public int IndexOf( 
   T item
)
C++/CLI 
public:
int IndexOf( 
   T^ item
) 

Parameters

item
The item to find the index for.

Return Value

The index of the item.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also