Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XPathItem::XmlType Property

 

When overridden in a derived class, gets the XmlSchemaType for the item.

Namespace:   System.Xml.XPath
Assembly:  System.Xml (in System.Xml.dll)

public:
property XmlSchemaType^ XmlType {
	virtual XmlSchemaType^ get() abstract;
}

Property Value

Type: System.Xml.Schema::XmlSchemaType^

The XmlSchemaType for the item.

When overridden in a derived class, the XmlType property gets the XmlSchemaType for the item. For example, the XmlSchemaSimpleType or XmlSchemaComplexType.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft