NameScope.UnregisterName Method
.NET Framework 4.5
Removes a name-object mapping from the XAML namescope.
Namespace: System.Windows
Assembly: WindowsBase (in WindowsBase.dll)
abstract UnregisterName : name:string -> unit override UnregisterName : name:string -> unit
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 a null reference (Nothing in Visual Basic). |
Before calling this method, you can use FindName to determine whether a specific name-object mapping exists.
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.