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)
Parameter | Type | Description |
---|---|---|
name | const 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. |
namespaceUri | const String& | The namespace URI of the parameter to remove. |
ReturnValue
The parameter object or nullptr if one was not found.
See Also
- Typedef SharedPtr
- Class Object
- Class String
- Class XsltArgumentList
- Namespace System::Xml::Xsl
- Library Aspose.PDF for C++