Northwoods.GoSilverlight 1.1.3 Assembly
FindNamedDescendant Method
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : FindNamedDescendant Method

name
Search the visual tree for this part and return the first one that has a Name exactly matching the given name.

Syntax

Visual Basic (Declaration) 
Public Function FindNamedDescendant( _
   ByVal name As String _
) As FrameworkElement
C# 
public FrameworkElement FindNamedDescendant( 
   string name
)

Parameters

name

Return Value

a FrameworkElement, or null

See Also