NameScope.RegisterName Method
.NET Framework 3.5
Registers a new name-object pair into the current XAML namescope.
Assembly: PresentationFramework (in PresentationFramework.dll)
You cannot use methods in XAML.
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 |
|---|---|
| NullReferenceException | Either 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 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.