RemoveExtensionObject()

XsltArgumentList::RemoveExtensionObject(const String&) method

Removes the object with the namespace URI from the XsltArgumentList.

SharedPtr<Object> System::Xml::Xsl::XsltArgumentList::RemoveExtensionObject(const String &namespaceUri)

Arguments

ParameterTypeDescription
namespaceUriconst String&The namespace URI associated with the object to remove.

Return Value

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

See Also