System::Xml::Xsl::XsltArgumentList::AddParam method
XsltArgumentList::AddParam method
Adds a parameter to the XsltArgumentList and associates it with the namespace qualified name.
void System::Xml::Xsl::XsltArgumentList::AddParam(const String &name, const String &namespaceUri, const SharedPtr<Object> ¶meter)
| Parameter | Type | Description |
|---|---|---|
| name | const String& | The name to associate with the parameter. |
| namespaceUri | const String& | The namespace URI to associate with the parameter. To use the default namespace, specify an empty string. |
| parameter | const SharedPtr<Object>& | The parameter value or object to add to the list. |
See Also
- Class String
- Typedef SharedPtr
- Class Object
- Class XsltArgumentList
- Namespace System::Xml::Xsl
- Library Aspose.PDF for C++