PowerTools SPREAD for Windows Forms 8.0J
GetObjectXml(ISerializeSupport,String) メソッド


シリアル化するオブジェクト
XML要素の名前
オブジェクトをXML文字列にシリアル化します。
構文
'Declaration
 
Public Overloads Shared Function GetObjectXml( _
   ByVal o As ISerializeSupport, _
   ByVal elementName As String _
) As String
'使用法
 
Dim o As ISerializeSupport
Dim elementName As String
Dim value As String
 
value = Serializer.GetObjectXml(o, elementName)
public static string GetObjectXml( 
   ISerializeSupport o,
   string elementName
)

パラメータ

o
シリアル化するオブジェクト
elementName
XML要素の名前

戻り値の型

オブジェクトのXML要素を含むString
参照

Serializer クラス
Serializer メンバ
オーバーロード一覧

 

 


© 2004-2015, GrapeCity inc. All rights reserved.