GetParam()

XsltArgumentList::GetParam(const String&, const String&) method

Returns the parameter associated with the namespace qualified name.

SharedPtr<Object> System::Xml::Xsl::XsltArgumentList::GetParam(const String &name, const String &namespaceUri)

Arguments

ParameterTypeDescription
nameconst String&The name of the parameter. XsltArgumentList does not check to ensure the name passed is a valid local name; however, the name cannot be nullptr.
namespaceUriconst String&The namespace URI associated with the parameter.

Return Value

The parameter object or nullptr if one was not found.

See Also