ProtocolReflector.Schemas 属性

定义

获取正由关联的 ServiceDescriptionReflector 实例生成的 XML 架构。

public:
 property System::Xml::Serialization::XmlSchemas ^ Schemas { System::Xml::Serialization::XmlSchemas ^ get(); };
public System.Xml.Serialization.XmlSchemas Schemas { get; }
member this.Schemas : System.Xml.Serialization.XmlSchemas
Public ReadOnly Property Schemas As XmlSchemas

属性值

XmlSchemas

正由关联的 ServiceDescriptionReflector 实例生成的 XML 架构。

适用于