MetadataSection.CreateFromSchema(XmlSchema) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从指定的 MetadataSection 对象创建 XmlSchema。
public:
static System::ServiceModel::Description::MetadataSection ^ CreateFromSchema(System::Xml::Schema::XmlSchema ^ schema);
public static System.ServiceModel.Description.MetadataSection CreateFromSchema (System.Xml.Schema.XmlSchema schema);
static member CreateFromSchema : System.Xml.Schema.XmlSchema -> System.ServiceModel.Description.MetadataSection
Public Shared Function CreateFromSchema (schema As XmlSchema) As MetadataSection
参数
- schema
- XmlSchema
XML 架构文档。
返回
包含指定 XML 架构的 MetadataSection。
例外
架构为 null
。
注解
使用此静态工厂方法可快速创建 XML 架构文档的 MetadataSection。 为 Dialect 属性分配 XmlSchemaDialect 的值,并为 Identifier 属性分配 XML 架构文档的目标命名空间的值。