ResolveCriteriaApril2005.GetSchema 方法
定义
获取 WS-Discovery 协议 2005 年 4 月版本中定义的解析条件的 XML 架构。Gets the XML schema for resolve criteria defined in the April 2005 version of the WS-Discovery protocol.
重载
| GetSchema() |
获取 WS-Discovery 协议 2005 年 4 月版本中定义的解析条件的 XML 架构。Gets the XML schema for resolve criteria defined in the April 2005 version of the WS-Discovery protocol. |
| GetSchema(XmlSchemaSet) |
获取 WS-Discovery 协议 2005 年 4 月版本中定义的解析条件的 XML 架构,并将其添加到指定的 XmlSchemaSet 实例中。Gets the XML schema for resolve criteria defined in the April 2005 version of the WS-Discovery protocol and adds it to the specified XmlSchemaSet instance. |
GetSchema()
获取 WS-Discovery 协议 2005 年 4 月版本中定义的解析条件的 XML 架构。Gets the XML schema for resolve criteria defined in the April 2005 version of the WS-Discovery protocol.
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
返回
解析条件的 XML 架构。The XML schema of resolve criteria.
实现
适用于
GetSchema(XmlSchemaSet)
获取 WS-Discovery 协议 2005 年 4 月版本中定义的解析条件的 XML 架构,并将其添加到指定的 XmlSchemaSet 实例中。Gets the XML schema for resolve criteria defined in the April 2005 version of the WS-Discovery protocol and adds it to the specified XmlSchemaSet instance.
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
架构集。The schema set.
返回
架构的 XML 限定名。The XML qualified name of the schema.