Share via


ConsoleNodeCollection.IndexOf Method

Returns the index of the given ConsoleNode object specified by the value parameter.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Function IndexOf ( _
    value As ConsoleNode _
) As Integer
'Usage
Dim instance As ConsoleNodeCollection
Dim value As ConsoleNode
Dim returnValue As Integer

returnValue = instance.IndexOf(value)
public int IndexOf(
    ConsoleNode value
)

Parameters

Return Value

Type: System.Int32

See Also

Reference

ConsoleNodeCollection Class

ConsoleNodeCollection Members

Microsoft.SharePoint.Publishing.WebControls Namespace