XmlMappingSource.FromXml(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从 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 映射源。