Metodo System::Xml::IXmlNamespaceResolver::GetNamespacesInScope
IXmlNamespaceResolver::GetNamespacesInScope method
Restituisce una raccolta di mappature prefisso-namespace definite che sono attualmente in ambito.
virtual SharedPtr<Collections::Generic::IDictionary<String, String>> System::Xml::IXmlNamespaceResolver::GetNamespacesInScope(XmlNamespaceScope scope)=0
| Parametro | Tipo | Descrizione |
|---|---|---|
| scope | XmlNamespaceScope | Un valore XmlNamespaceScope che specifica il tipo di nodi di namespace da restituire. |
ReturnValue
Una raccolta IDictionary che contiene gli spazi dei nomi attualmente in ambito.
Vedi anche
- Typedef SharedPtr
- Class IDictionary
- Class String
- Enum XmlNamespaceScope
- Class IXmlNamespaceResolver
- Namespace System::Xml
- Library Aspose.Page for C++