_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
XML
Type: System.StringContains the XML to load.
Return Value
Type: System.Boolean
Boolean