INameScopeRegisterName Method |
Registers the provided name into the current XAML namescope.
Namespace: Windows.UI.Xaml.MarkupAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax 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