Condividi tramite


XmlSchemaSimpleTypeList.ItemType Proprietà

Definizione

Ottiene o imposta l'elemento simpleType che è derivato dal tipo specificato dal valore base.

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

Valore della proprietà

Tipo di elemento per l'elemento di tipo semplice.

Commenti

Il valore di base deve essere un QName. L'uso di ItemTypeName e ItemType si escludono a vicenda.

Si applica a