XmlDictionaryWriter::WriteStartAttribute Method
When overridden in a derived class, writes the start of an attribute.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
| Name | Description | |
|---|---|---|
![]() | WriteStartAttribute(String^) | Writes the start of an attribute with the specified local name.(Inherited from XmlWriter.) |
![]() | WriteStartAttribute(String^, String^) | Writes the start of an attribute with the specified local name and namespace URI.(Inherited from XmlWriter.) |
![]() | WriteStartAttribute(String^, String^, String^) | When overridden in a derived class, writes the start of an attribute with the specified prefix, local name, and namespace URI.(Inherited from XmlWriter.) |
![]() | WriteStartAttribute(String^, XmlDictionaryString^, XmlDictionaryString^) | Writes the start of an attribute with the specified prefix, local name, and namespace URI. |
![]() | WriteStartAttribute(XmlDictionaryString^, XmlDictionaryString^) | Writes the start of an attribute with the specified local name, and namespace URI. |
