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.WriteInt16

Writes out the specified Int16 value.

[Visual Basic]
MustOverride Public Sub WriteInt16( _
   ByVal value As Short _
)
[C#]
public abstract void WriteInt16(
   short value
);
[C++]
public: virtual void WriteInt16(
   short value
) = 0;
[JScript]
public abstract function WriteInt16(
   value : Int16
);

Parameters

value
Int16 to write.

See Also

XmlWriter Class | XmlWriter Members | System.NewXml Namespace