XmlSchemaGroup.Particle 属性

定义

获取或设置 XmlSchemaChoiceXmlSchemaAllXmlSchemaSequence 类之一。

public:
 property System::Xml::Schema::XmlSchemaGroupBase ^ Particle { System::Xml::Schema::XmlSchemaGroupBase ^ get(); void set(System::Xml::Schema::XmlSchemaGroupBase ^ value); };
public System.Xml.Schema.XmlSchemaGroupBase? Particle { get; set; }
public System.Xml.Schema.XmlSchemaGroupBase Particle { get; set; }
member this.Particle : System.Xml.Schema.XmlSchemaGroupBase with get, set
Public Property Particle As XmlSchemaGroupBase

属性值

XmlSchemaChoiceXmlSchemaAllXmlSchemaSequence 类之一。

适用于