System::Xml::XmlTextWriter::WriteStartAttribute Methode
XmlTextWriter::WriteStartAttribute method
Schreibt den Beginn eines Attributs.
void System::Xml::XmlTextWriter::WriteStartAttribute(const String &prefix, const String &localName, const String &ns) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| Präfix | const String& | Namespace Präfix des Attributs. |
| localName | const String& | LocalName des Attributs. |
| ns | const String& | NamespaceURI des Attributs. |
Siehe auch
- Class String
- Class XmlTextWriter
- Namespace System::Xml
- Library Aspose.Font for C++