System::Xml::Xsl::XsltArgumentList::RemoveParam method

XsltArgumentList::RemoveParam method

Removes the parameter from the XsltArgumentList.

SharedPtr<Object> System::Xml::Xsl::XsltArgumentList::RemoveParam(const String &name, const String &namespaceUri)
ParameterTypeDescription
nameconst 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 nullptr.
namespaceUriconst String&The namespace URI of the parameter to remove.

ReturnValue

The parameter object or nullptr if one was not found.

See Also