This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLStream Interface > IXMLStream.LoadFromString Method (ArcObjects .NET 10.5 SDK) |
Loads from a string.
[Visual Basic .NET] Public Sub LoadFromString ( _ ByVal XML As String _ )
[C#] public void LoadFromString ( string XML );
[C++]
HRESULT LoadFromString(
BSTR XML
);
[C++]
Parameters XML [in] XML is a parameter of type BSTR