XmlSchemaGroup.Particle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 XmlSchemaChoice、XmlSchemaAll 或 XmlSchemaSequence 类之一。
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
属性值
XmlSchemaChoice、XmlSchemaAll 或 XmlSchemaSequence 类之一。