System::Xml::Xsl::XsltArgumentList::RemoveExtensionObject method

XsltArgumentList::RemoveExtensionObject method

Removes the object with the namespace URI from the XsltArgumentList.

SharedPtr<Object> System::Xml::Xsl::XsltArgumentList::RemoveExtensionObject(const String &namespaceUri)
ParameterTypeDescription
namespaceUriconst String&The namespace URI associated with the object to remove.

ReturnValue

The object with the namespace URI or nullptr if one was not found.

See Also