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)
ParametroTipoDescrizione
namespaceUriconst String&L’URI del namespace da associare all’oggetto. Per utilizzare il namespace predefinito, specifica una stringa vuota.
estensioneconst SharedPtr<Object>&L’oggetto da aggiungere all’elenco.

Vedi anche