ImpactDetailCollection.IndexOf(ImpactDetail) Method

Definition

Searches for the specified ImpactDetail and returns its zero-based index within the collection.

public int IndexOf (Microsoft.AnalysisServices.ImpactDetail item);
member this.IndexOf : Microsoft.AnalysisServices.ImpactDetail -> int
Public Function IndexOf (item As ImpactDetail) As Integer

Parameters

item
ImpactDetail

The ImpactDetail to locate.

Returns

The zero-based index of the ImpactDetail in the collection, if found; otherwise, -1.

Applies to