INameScope::UnregisterName Method (String^)

 

Unregisters the provided name from the current XAML namescope.

Namespace:   System.Windows.Markup
Assembly:  System.Xaml (in System.Xaml.dll)

void UnregisterName(
	String^ name
)

Parameters

name
Type: System::String^

The name to unregister.

Notes to Implementers:

If the input name does not exist, throw an exception.

You should remove the name and the previously registered element it refers to from the collection representation of the XAML namescope, so that the same name could potentially be registered again in the future.

.NET Framework
Available since 3.0
Return to top
Show: