FarPoint.Win アセンブリ > FarPoint.Win 名前空間 > Serializer クラス : SetObjectXml メソッド |
'Declaration Public Shared Function SetObjectXml( _ ByVal o As ISerializeSupport, _ ByVal xml As String, _ ByVal elementName As String _ ) As Boolean
'使用法 Dim o As ISerializeSupport Dim xml As String Dim elementName As String Dim value As Boolean value = Serializer.SetObjectXml(o, xml, elementName)
public static bool SetObjectXml( ISerializeSupport o, string xml, string elementName )
成功した場合はTrue、それ以外の場合はFalse