System::Xml::XmlTextReader::GetNamespacesInScope طريقة
XmlTextReader::GetNamespacesInScope method
يرجع مجموعة تحتوي على جميع النطاقات الحالية في النطاق.
SharedPtr<Collections::Generic::IDictionary<String, String>> System::Xml::XmlTextReader::GetNamespacesInScope(XmlNamespaceScope scope) override
| Parameter | Type | الوصف |
|---|---|---|
| scope | XmlNamespaceScope | قيمة XmlNamespaceScope تحدد نوع عقد مساحة الاسم التي يجب إرجاعها. |
ReturnValue
كائن IDictionary يحتوي على جميع مساحات الاسم الحالية في النطاق. إذا لم يكن القارئ متموضعًا على عنصر، يتم إرجاع قاموس فارغ (بدون مساحات اسم).
انظر أيضًا
- Typedef SharedPtr
- Class IDictionary
- Class String
- Enum XmlNamespaceScope
- Class XmlTextReader
- Namespace System::Xml
- Library Aspose.Page for C++