FrameworkElementFindName Method |
Retrieves an object that has the specified identifier name.
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax 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