Click or drag to resize
INameScopeRegisterName Method
Registers the provided name into the current XAML namescope.

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

Parameters

name
Type: SystemString
The name to register.
scopedElement
Type: SystemObject
The specific element that the provided name refers to.
See Also