Types.Schemas プロパティ
XML Web サービスのデータ型定義として含まれる XML スキーマのコレクションを取得します。このプロパティは読み取り専用です。
Public ReadOnly Property Schemas As XmlSchemas
[C#]
public XmlSchemas Schemas {get;}
[C++]
public: __property XmlSchemas* get_Schemas();
[JScript]
public function get Schemas() : XmlSchemas;
プロパティ値
XmlSchemas コレクション。
解説
Types クラスの既定の実装では、このプロパティは空のコレクションを返します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
Types クラス | Types メンバ | System.Web.Services.Description 名前空間