XmlSchemaInfo.ContentType プロパティ
メモ : このプロパティは、.NET Framework version 2.0 で新しく追加されたものです。
この検証済み XML ノードの内容の種類に対応する XmlSchemaContentType オブジェクトを取得または設定します。
名前空間: System.Xml.Schema
アセンブリ: System.Xml (system.xml.dll 内)
構文
Public Property ContentType As XmlSchemaContentType
Dim instance As XmlSchemaInfo Dim value As XmlSchemaContentType value = instance.ContentType instance.ContentType = value
public XmlSchemaContentType ContentType { get; set; }
public: property XmlSchemaContentType ContentType { XmlSchemaContentType get (); void set (XmlSchemaContentType value); }
/** @property */ public XmlSchemaContentType get_ContentType () /** @property */ public void set_ContentType (XmlSchemaContentType value)
public function get ContentType () : XmlSchemaContentType public function set ContentType (value : XmlSchemaContentType)

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- XmlSchemaInfo.ContentType プロパティのページへのリンク