INameScopeFindName Method |
Returns an object that has the provided identifying name.
Namespace: Windows.UI.Xaml.MarkupAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax Object FindName(
string name
)
Parameters
- name
- Type: SystemString
The name identifier for the object being requested.
Return Value
Type:
ObjectThe object, if found. Returns null if no object of that name was found.
See Also