FastInfoset.NET Class Reference for .NET
WriteElementData(String,Int16) Method






The local name of the element.
The value of the element.
Encodes a 16-bit signed integer using Fast Infoset's binary encoding and writes the result as a complete element content.
Syntax
'Declaration
 
<System.ObsoleteAttribute()>
Public Overloads Sub WriteElementData( _
   ByVal localName As System.String, _
   ByVal value As System.Short _
) 
'Usage
 
Dim instance As XmlFastInfosetWriter
Dim localName As System.String
Dim value As System.Short
 
instance.WriteElementData(localName, value)
[System.Obsolete()]
public void WriteElementData( 
   System.string localName,
   System.short value
)
public procedure WriteElementData( 
    localName: System.String;
    value: System.Int16
); 
System.ObsoleteAttribute()
public function WriteElementData( 
   localName : System.String,
   value : System.short
);
[System.Obsolete()]
public: void WriteElementData( 
   System.string* localName,
   System.short value
) 
[System.Obsolete()]
public:
void WriteElementData( 
   System.String^ localName,
   System.short value
) 

Parameters

localName
The local name of the element.
value
The value of the element.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Overload List

Send Feedback