次の方法で共有


XmlSchemaGroup.Particle プロパティ

XmlSchemaChoiceXmlSchemaAll 、または XmlSchemaSequence の各クラスのいずれか 1 つを取得または設定します。

Public Property Particle As XmlSchemaGroupBase
[C#]
public XmlSchemaGroupBase Particle {get; set;}
[C++]
public: __property XmlSchemaGroupBase* get_Particle();public: __property void set_Particle(XmlSchemaGroupBase*);
[JScript]
public function get Particle() : XmlSchemaGroupBase;public function set Particle(XmlSchemaGroupBase);

プロパティ値

XmlSchemaChoiceXmlSchemaAll 、または XmlSchemaSequence の各クラスのいずれか 1 つ。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

XmlSchemaGroup クラス | XmlSchemaGroup メンバ | System.Xml.Schema 名前空間