AddParam()
XsltArgumentList::AddParam(const String&, const String&, const SharedPtr<Object>&) 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)
Arguments
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
- Typedef SharedPtr
- Class String
- Class Object
- Class XsltArgumentList
- Namespace System::Xml::Xsl
- Library Aspose.Slides