This topic has not yet been rated - Rate this topic

XmlSerializationWriter.WriteStartElement Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Instructs XmlNode to write an opening element tag, including any attributes.

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

  Name Description
Protected method WriteStartElement(String) Writes an opening element tag, including any attributes.
Protected method WriteStartElement(String, String) Writes an opening element tag, including any attributes.
Protected method WriteStartElement(String, String, Boolean) Writes an opening element tag, including any attributes.
Protected method WriteStartElement(String, String, Object) Writes an opening element tag, including any attributes.
Protected method WriteStartElement(String, String, Object, Boolean) Writes an opening element tag, including any attributes.
Protected method WriteStartElement(String, String, Object, Boolean, XmlSerializerNamespaces) Writes an opening element tag, including any attributes.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.