GetExtensionObject()

XsltArgumentList::GetExtensionObject(const String&) method

Returns the object associated with the given namespace.

SharedPtr<Object> System::Xml::Xsl::XsltArgumentList::GetExtensionObject(const String &namespaceUri)

Arguments

ParameterTypeDescription
namespaceUriconst String&The namespace URI of the object.

Return Value

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

See Also