Click or drag to resize
INameScopeFindName Method
Returns an object that has the provided identifying name.

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

Parameters

name
Type: SystemString
The name identifier for the object being requested.

Return Value

Type: Object
The object, if found. Returns null if no object of that name was found.
See Also