Simplifies access to the
System.Windows.NameScope de-registration method.
Syntax
'Declaration
Public Sub UnregisterName( _
ByVal As String _
)
public void UnregisterName(
string
)
Parameters
- name
- Name of the name-object pair to remove from the current scope.
See Also