CustomXMLPartClass.LoadXML(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual bool LoadXML(System::String ^ XML) = Microsoft::Office::Core::_CustomXMLPart::LoadXML;
public virtual bool LoadXML (string XML);
abstract member LoadXML : string -> bool
override this.LoadXML : string -> bool
Public Overridable Function LoadXML (XML As String) As Boolean
Parameters
- XML
- String