XPathItem.XmlType 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.
When overridden in a derived class, gets the XmlSchemaType for the item.
public:
abstract property System::Xml::Schema::XmlSchemaType ^ XmlType { System::Xml::Schema::XmlSchemaType ^ get(); };
public abstract System.Xml.Schema.XmlSchemaType? XmlType { get; }
public abstract System.Xml.Schema.XmlSchemaType XmlType { get; }
member this.XmlType : System.Xml.Schema.XmlSchemaType
Public MustOverride ReadOnly Property XmlType As XmlSchemaType
Property Value
The XmlSchemaType for the item.
Remarks
When overridden in a derived class, the XmlType property gets the XmlSchemaType for the item. For example, the XmlSchemaSimpleType or XmlSchemaComplexType.
Applies to
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.