EndpointDiscoveryMetadataCD1.GetSchema 方法

定义

获取 WS-Discovery 协议 Committee Draft 1 版本的终结点发现元数据的架构。Gets the schema for endpoint discovery metadata for the Committee Draft 1 version of the WS-Discovery protocol.

重载

GetSchema()

获取 WS-Discovery 协议 Committee Draft 1 版本的终结点发现元数据的架构。Gets the schema for endpoint discovery metadata for the Committee Draft 1 version of the WS-Discovery protocol.

GetSchema(XmlSchemaSet)

获取 WS-Discovery 协议 Committee Draft 1 版本的终结点发现元数据的架构,如果指定的架构集中尚不存在此架构,则将其添加到该架构集中。Gets the schema for endpoint discovery metadata for the Committee Draft 1 version of the WS-Discovery protocol and adds it to the specified schema set if it is not already present.

GetSchema()

获取 WS-Discovery 协议 Committee Draft 1 版本的终结点发现元数据的架构。Gets the schema for endpoint discovery metadata for the Committee Draft 1 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

返回

XmlSchema

架构的 XML 限定名。The XML qualified name of the schema.

实现

适用于

GetSchema(XmlSchemaSet)

获取 WS-Discovery 协议 Committee Draft 1 版本的终结点发现元数据的架构,如果指定的架构集中尚不存在此架构,则将其添加到该架构集中。Gets the schema for endpoint discovery metadata for the Committee Draft 1 version of the WS-Discovery protocol and adds it to the specified schema set if it is not already present.

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.

返回

XmlQualifiedName

架构的 XML 限定名。The XML qualified name of the schema.

适用于