XPathNavigator.XmlType Propiedad

Definición

Obtiene la información de XmlSchemaType del nodo actual.

public:
 virtual property System::Xml::Schema::XmlSchemaType ^ XmlType { System::Xml::Schema::XmlSchemaType ^ get(); };
public override System.Xml.Schema.XmlSchemaType? XmlType { get; }
public override System.Xml.Schema.XmlSchemaType XmlType { get; }
member this.XmlType : System.Xml.Schema.XmlSchemaType
Public Overrides ReadOnly Property XmlType As XmlSchemaType

Valor de propiedad

Objeto XmlSchemaType; el valor predeterminado es null.

Comentarios

A continuación se muestran notas importantes que se deben tener en cuenta al usar la XmlType propiedad .

Se aplica a