XmlMappingSource.FromUrl(String) 方法

定义

从加载自 URL 的 XML 创建映射源。

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

参数

url
String

指向 XML 的 URL。

返回

类型为 XmlMappingSource 的新 XML 映射源。

适用于