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> &parameter)

Arguments

ParameterTypeDescription
nameconst String&The name to associate with the parameter.
namespaceUriconst String&The namespace URI to associate with the parameter. To use the default namespace, specify an empty string.
parameterconst SharedPtr<Object>&The parameter value or object to add to the list.

See Also