System::Xml::XmlTextWriter::WriteStartAttribute method
XmlTextWriter::WriteStartAttribute method
Writes the start of an attribute.
void System::Xml::XmlTextWriter::WriteStartAttribute(const String &prefix, const String &localName, const String &ns) override
| Parameter | Type | Description | 
|---|---|---|
| prefix | const String& | Namespace prefix of the attribute. | 
| localName | const String& | LocalName of the attribute. | 
| ns | const String& | NamespaceURI of the attribute. | 
See Also
- Class String
- Class XmlTextWriter
- Namespace System::Xml
- Library Aspose.Font for C++