NameScope.RegisterName Method
Registers a new name-object pair into the current XAML namescope.
Namespace: System.Windows
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- name
- Type: System.String
The name to use for mapping the given object.
- scopedElement
- Type: System.Object
The object to be mapped to the provided name.
Implements
INameScope.RegisterName(String, Object)| Exception | Condition |
|---|---|
| ArgumentNullException | name or scopedElement was provided as null. |
| ArgumentException | name was provided as empty string - or - name provided was rejected by the parser, because it contained characters that are invalid for a XAML name - or - name provided would result in a duplicate name registration. |
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.