Partager via


_CustomXMLPart.LoadXML Method

Allows the template author to populate a _CustomXMLPart object from an XML string. Returns True if the load was successful.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Function LoadXML ( _
    XML As String _
) As Boolean
'Usage
Dim instance As _CustomXMLPart
Dim XML As String
Dim returnValue As Boolean

returnValue = instance.LoadXML(XML)
bool LoadXML(
    string XML
)

Parameters

Return Value

Type: System.Boolean
Boolean

See Also

Reference

_CustomXMLPart Interface

_CustomXMLPart Members

Microsoft.Office.Core Namespace