XmlDictionaryWriter.WriteStartAttribute Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

When overridden in a derived class, writes the start of an attribute.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodSupported by Silverlight for Windows Phone WriteStartAttribute(String) Writes the start of an attribute with the specified local name. (Inherited from XmlWriter.)
Public methodSupported by Silverlight for Windows Phone WriteStartAttribute(String, String) Writes the start of an attribute with the specified local name and namespace URI. (Inherited from XmlWriter.)
Public methodSupported by Silverlight for Windows Phone WriteStartAttribute(XmlDictionaryString, XmlDictionaryString) Writes the start of an attribute with the specified local name and namespace URI.
Public methodSupported by Silverlight for Windows Phone WriteStartAttribute(String, XmlDictionaryString, XmlDictionaryString) Writes the start of an attribute with the specified prefix, local name, and namespace URI.
Public methodSupported by Silverlight for Windows Phone 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.)

Top