NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlWriter.WriteStartElement (String)

Writes out a start tag with the specified name.

[Visual Basic]
Overloads Public Sub WriteStartElement( _
   ByVal name As String _
)
[C#]
public void WriteStartElement(
   string name
);
[C++]
public: void WriteStartElement(
   String* name
);
[JScript]
public function WriteStartElement(
   name : String
);

Parameters

name
Name of the element tag.

See Also

XmlWriter Class | XmlWriter Members | System.NewXml Namespace | XmlWriter.WriteStartElement Overload List