GrapeCity SPREAD for Windows Forms 12.0J
WriteObject メソッド


シリアル化するオブジェクト。
指定したオブジェクトをXMLテキストにシリアル化します。
構文
'Declaration
 
Public Shared Function WriteObject( _
   ByVal writer As XmlWriter, _
   ByVal name As String, _
   ByVal obj As Object _
) As Boolean
'使用法
 
Dim writer As XmlWriter
Dim name As String
Dim obj As Object
Dim value As Boolean
 
value = OpenXmlHelper.WriteObject(writer, name, obj)
public static bool WriteObject( 
   XmlWriter writer,
   string name,
   object obj
)

パラメータ

writer
name
obj
シリアル化するオブジェクト。
参照

OpenXmlHelper クラス
OpenXmlHelper メンバ

 

 


Copyright © 2004 GrapeCity inc.