_CustomXMLPart.LoadXML(String) Method

Definition

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

public:
 bool LoadXML(System::String ^ XML);
public bool LoadXML (string XML);
abstract member LoadXML : string -> bool
Public Function LoadXML (XML As String) As Boolean

Parameters

XML
String

Contains the XML to load.

Returns

Boolean

Applies to