Northwoods.GoSilverlight 2.2.4 Assembly
GetChildrenForNode Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > ITreeModel Interface : GetChildrenForNode Method

nodedata

Glossary Item Box

Return a sequence of node data that are immediate children of a given node.

Syntax

Visual Basic (Declaration) 
Function GetChildrenForNode( _
   ByVal nodedata As Object _
) As IEnumerable(Of Object)
C# 
IEnumerable<object> GetChildrenForNode( 
   object nodedata
)

Parameters

nodedata

Return Value

an IEnumerable of child node data; an empty sequence if there are none

Requirements

See Also

© 2017 All Rights Reserved.