MindFusion.Wpf Pack Programmer's Guide
ContentCollection.IndexOf Method
See Also
 





Gets the zero-based index of the item in the underlying collection.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public int IndexOf (
    Object value
)

Visual Basic  Copy Code

Public Function IndexOf( _
    value As Object _
) As Integer

 Parameters

value

The item to locate in the list.

 Return Value

The zero-based index of the specified item in the collection.

 See Also

ContentCollection Members
ContentCollection Class
MindFusion.Diagramming.Wpf Namespace