INameScope.RegisterName Method
Registers the provided name into the current XAML namescope.
Namespace: System.Windows.Markup
Assembly: System.Xaml (in System.Xaml.dll)
Parameters
- name
- Type: System.String
The name to register.
- scopedElement
- Type: System.Object
The specific element that the provided name refers to.
Duplicate names in a XAML namescope are not permitted.
Notes to ImplementersDo not permit duplicate names to be registered. If the input name is already assigned to an existing element in the internal collection representation of the XAML namescope (even if it is the same as scopedElement), throw an exception.
Also consider throwing an exception if the provided name does not conform to XamlName Grammar.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.