NameScope.RegisterName Method (String, Object)
.NET Framework (current version)
Registers a new name-object pair into the current XAML namescope.
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. |
.NET Framework
Available since 3.0
Available since 3.0
Show: