System::Xml::Xsl::XsltArgumentList::AddExtensionObject method
XsltArgumentList::AddExtensionObject method
Aggiunge un nuovo oggetto al XsltArgumentList e lo associa all’URI del namespace.
void System::Xml::Xsl::XsltArgumentList::AddExtensionObject(const String &namespaceUri, const SharedPtr<Object> &extension)
| Parametro | Tipo | Descrizione |
|---|---|---|
| namespaceUri | const String& | L’URI del namespace da associare all’oggetto. Per utilizzare il namespace predefinito, specifica una stringa vuota. |
| estensione | const SharedPtr<Object>& | L’oggetto da aggiungere all’elenco. |
Vedi anche
- Class String
- Typedef SharedPtr
- Class Object
- Class XsltArgumentList
- Namespace System::Xml::Xsl
- Library Aspose.Page for C++