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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.