System::Xml::XmlWriter::WriteQualifiedName 方法
XmlWriter::WriteQualifiedName method
在派生类中重写时,写出带有命名空间限定的名称。此方法查找给定命名空间范围内的前缀。
virtual void System::Xml::XmlWriter::WriteQualifiedName(const String &localName, const String &ns)
| 参数 | 类型 | 描述 |
|---|---|---|
| localName | const String& | 要写入的本地名称。 |
| ns | const String& | 名称的命名空间 URI。 |
另见
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++