XmlSchemaInfo.ContentType Propiedad

Definición

Obtiene o establece el objeto XmlSchemaContentType correspondiente al tipo de contenido de este nodo XML validado.

public:
 property System::Xml::Schema::XmlSchemaContentType ContentType { System::Xml::Schema::XmlSchemaContentType get(); void set(System::Xml::Schema::XmlSchemaContentType value); };
public System.Xml.Schema.XmlSchemaContentType ContentType { get; set; }
member this.ContentType : System.Xml.Schema.XmlSchemaContentType with get, set
Public Property ContentType As XmlSchemaContentType

Valor de propiedad

XmlSchemaContentType

Un objeto XmlSchemaContentType.

Se aplica a