Searches for the specified item and returns its zero-based index in the collection.
Namespace:
DlhSoft.Windows.Controls.PertAssembly: DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)
Syntax
| C# |
|---|
public int IndexOf( NetworkDiagramItem item ) |
| Visual Basic (Declaration) |
|---|
Public Function IndexOf ( _ item As NetworkDiagramItem _ ) As Integer |
Parameters
- item
- Type: DlhSoft.Windows.Controls.Pert..::.NetworkDiagramItem
The item to get the index of.