XsltArgumentList::RemoveParam Method (String^, String^)
.NET Framework (current version)
Removes the parameter from the XsltArgumentList.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- name
-
Type:
System::String^
The name of the parameter to remove. XsltArgumentList does not check to ensure the name passed is a valid local name; however, the name cannot be null.
- namespaceUri
-
Type:
System::String^
The namespace URI of the parameter to remove.
.NET Framework
Available since 1.1
Available since 1.1
Show: