共用方式為


Types.Schemas 屬性

定義

取得併入為 XML Web Service 的資料型別定義的 XML 結構描述 (Schema) 的集合。 這個屬性是唯讀的。

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

XmlSchemas

備註

在類別的預設執行中 Types ,這個屬性會傳回空集合。

適用於