INameScopeUnregisterName Method |
Unregisters the provided name from the current XAML namescope.
Namespace: Windows.UI.Xaml.MarkupAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax void UnregisterName(
string name
)
Parameters
- name
- Type: SystemString
The name to unregister.
See Also