XmlMappingSource.FromXml(String) 方法

定义

从 XML 字符串创建映射源。

public:
 static System::Data::Linq::Mapping::XmlMappingSource ^ FromXml(System::String ^ xml);
public static System.Data.Linq.Mapping.XmlMappingSource FromXml (string xml);
static member FromXml : string -> System.Data.Linq.Mapping.XmlMappingSource
Public Shared Function FromXml (xml As String) As XmlMappingSource

参数

xml
String

包含 XML 的字符串。

返回

类型为 XmlMappingSource 的新 XML 映射源。

适用于