XmlSchemaComplexContentExtension.Particle 속성

정의

XmlSchemaGroupRef, XmlSchemaChoice, XmlSchemaAll 또는 XmlSchemaSequence 클래스 중 하나를 가져오거나 설정합니다.

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

속성 값

XmlSchemaParticle

XmlSchemaGroupRef, XmlSchemaChoice, XmlSchemaAll 또는 XmlSchemaSequence 클래스 중 하나입니다.

적용 대상