WriteStartAttribute()
XmlTextWriter::WriteStartAttribute(const String&, const String&, const String&) method
Writes the start of an attribute.
void System::Xml::XmlTextWriter::WriteStartAttribute(const String &prefix, const String &localName, const String &ns) override
Arguments
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.Slides