NameScope::UnregisterName Method (String^)
.NET Framework (current version)
Removes a name-object mapping from the XAML namescope.
Assembly: WindowsBase (in WindowsBase.dll)
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. |
| ArgumentNullException | name is null. |
Before calling this method, you can use FindName to determine whether a specific name-object mapping exists.
.NET Framework
Available since 3.0
Available since 3.0
Show: