Share via


FindCriteriaCD1.GetSchema 方法

定义

获取 WS-Discovery 协议 Committee Draft 1 版本中定义的查找条件架构。

重载

GetSchema()

获取查找条件架构。

GetSchema(XmlSchemaSet)

从指定的 XmlSchemaSet 中获取查找条件架构。

GetSchema()

获取查找条件架构。

public:
 virtual System::Xml::Schema::XmlSchema ^ GetSchema();
public System.Xml.Schema.XmlSchema GetSchema ();
abstract member GetSchema : unit -> System.Xml.Schema.XmlSchema
override this.GetSchema : unit -> System.Xml.Schema.XmlSchema
Public Function GetSchema () As XmlSchema

返回

查找条件架构。

实现

适用于

GetSchema(XmlSchemaSet)

从指定的 XmlSchemaSet 中获取查找条件架构。

public:
 static System::Xml::XmlQualifiedName ^ GetSchema(System::Xml::Schema::XmlSchemaSet ^ schemaSet);
public static System.Xml.XmlQualifiedName GetSchema (System.Xml.Schema.XmlSchemaSet schemaSet);
static member GetSchema : System.Xml.Schema.XmlSchemaSet -> System.Xml.XmlQualifiedName
Public Shared Function GetSchema (schemaSet As XmlSchemaSet) As XmlQualifiedName

参数

schemaSet
XmlSchemaSet

架构集。

返回

架构的 XmlQualifiedName

注解

如果架构集不包含此架构,则将其添加到架构集中。

适用于