XmlSchemaSimpleTypeList.BaseItemType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the XmlSchemaSimpleType representing the type of the simpleType
element based on the ItemType and ItemTypeName values of the simple type.
public:
property System::Xml::Schema::XmlSchemaSimpleType ^ BaseItemType { System::Xml::Schema::XmlSchemaSimpleType ^ get(); void set(System::Xml::Schema::XmlSchemaSimpleType ^ value); };
public System.Xml.Schema.XmlSchemaSimpleType? BaseItemType { get; set; }
public System.Xml.Schema.XmlSchemaSimpleType BaseItemType { get; set; }
member this.BaseItemType : System.Xml.Schema.XmlSchemaSimpleType with get, set
Public Property BaseItemType As XmlSchemaSimpleType
Property Value
The XmlSchemaSimpleType representing the type of the simpleType
element.
Remarks
This property is a post-schema-compilation-infoset property.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.