AddExtensionObject()
XsltArgumentList::AddExtensionObject(const String&, const SharedPtr<Object>&) method
Adds a new object to the XsltArgumentList and associates it with the namespace URI.
void System::Xml::Xsl::XsltArgumentList::AddExtensionObject(const String &namespaceUri, const SharedPtr<Object> &extension)
Arguments
Parameter | Type | Description |
---|---|---|
namespaceUri | const String& | The namespace URI to associate with the object. To use the default namespace, specify an empty string. |
extension | const SharedPtr<Object>& | The object to add to the list. |
See Also
- Typedef SharedPtr
- Class String
- Class Object
- Class XsltArgumentList
- Namespace System::Xml::Xsl
- Library Aspose.Slides