Click or drag to resize
FrameworkElementFindName Method
Retrieves an object that has the specified identifier name.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Object FindName(
	string name
)

Parameters

name
Type: SystemString
The name of the requested object.

Return Value

Type: Object
The requested object. This can be null if no matching object was found in the current XAML namescope.
See Also