This topic has not yet been rated - Rate this topic

NameScope.UnregisterName Method

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)
ExceptionCondition
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.

.NET Framework

Supported in: 4.5, 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.