NameScope.UnregisterName Method
.NET Framework 3.5
Removes a name-object mapping from the XAML namescope.
Assembly: PresentationFramework (in PresentationFramework.dll)
You cannot use methods in XAML.
Parameters
- name
- Type: System.String
The name of the mapping to remove.
Implements
INameScope.UnregisterName(String)| Exception | Condition |
|---|---|
| ArgumentException | name was provided as empty string. - or - name provided had not been registered. |
Before calling this method, you can use FindName to determine whether a specific name-object mapping exists.
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.