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


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

パラメータ

o
シリアル化するオブジェクト
elementName
XML要素の名前
callingAssembly
呼び出すアセンブリ

戻り値の型

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

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

 

 


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