System::Xml::Xsl::XsltArgumentList::GetExtensionObject method

XsltArgumentList::GetExtensionObject method

Returns the object associated with the given namespace.

SharedPtr<Object> System::Xml::Xsl::XsltArgumentList::GetExtensionObject(const String &namespaceUri)
ParameterTypeDescription
namespaceUriconst String&The namespace URI of the object.

ReturnValue

The namespace URI object or nullptr if one was not found.

See Also