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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.