RemoveParam()

XsltArgumentList::RemoveParam(const String&, const String&) method

Removes the parameter from the XsltArgumentList.

SharedPtr<Object> System::Xml::Xsl::XsltArgumentList::RemoveParam(const String &name, const String &namespaceUri)

Arguments

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.

Return Value

The parameter object or nullptr if one was not found.

See Also