Silverlight SDK for Microsoft Bing
FindName Method (name)
OverviewSystem.Windows.ControlsResourceControlFindName(String)
Find a DependencyObject by name attribute.
Declaration Syntax
C#Visual BasicVisual C++
public DependencyObject FindName(
	string name
)
Public Function FindName ( _
	name As String _
) As DependencyObject
public:
DependencyObject^ FindName(
	String^ name
)
Parameters
name (String)
The name of the element to find.
Return Value
A DependencyObject instance or null, if no object matches the name specified

Assembly: System.Windows.Controls.Views.Toolkit (Module: System.Windows.Controls.Views.Toolkit) Version: 1.0.0.0 (1.0.0.0)