'Declaration
Public Overloads Shared Function SerializePresentation( _
ByVal As Object, _
ByVal As String, _
ByVal As XmlTextWriter, _
ByVal As Hashtable, _
ByVal As Object _
) As Boolean
'使用法
Dim o As Object
Dim elementName As String
Dim w As XmlTextWriter
Dim restrictedNamedStyles As Hashtable
Dim nameStyles As Object
Dim value As Boolean
value = Serializer.SerializePresentation(o, elementName, w, restrictedNamedStyles, nameStyles)
public static bool SerializePresentation(
object ,
string ,
XmlTextWriter ,
Hashtable ,
object
)
パラメータ
- o
- シリアル化するオブジェクト
- elementName
- XML要素の名前
- w
- 保存先のXmlTextWriterオブジェクト
- restrictedNamedStyles
- 保存先のHashtableオブジェクト
- nameStyles
- 保存先のオブジェクト
戻り値の型
成功した場合はTrue、それ以外の場合はFalse