Metodo System::Xml::Xsl::XsltArgumentList::AddExtensionObject
XsltArgumentList::AddExtensionObject method
Aggiunge un nuovo oggetto al XsltArgumentList e lo associa all’URI di namespace.
void System::Xml::Xsl::XsltArgumentList::AddExtensionObject(const String &namespaceUri, const SharedPtr<Object> &extension)
| Parametro | Tipo | Descrizione |
|---|---|---|
| namespaceUri | const String& | L’URI di namespace da associare all’oggetto. Per utilizzare lo spazio dei nomi predefinito, specificare 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.Font for C++