Compartir a través de


XmlSchemaContentModel.Content Propiedad

Definición

Obtiene o establece el contenido del tipo.

public:
 abstract property System::Xml::Schema::XmlSchemaContent ^ Content { System::Xml::Schema::XmlSchemaContent ^ get(); void set(System::Xml::Schema::XmlSchemaContent ^ value); };
public abstract System.Xml.Schema.XmlSchemaContent? Content { get; set; }
public abstract System.Xml.Schema.XmlSchemaContent Content { get; set; }
member this.Content : System.Xml.Schema.XmlSchemaContent with get, set
Public MustOverride Property Content As XmlSchemaContent

Valor de propiedad

XmlSchemaContent

Proporciona el contenido del tipo.

Ejemplos

Consulte XmlSchemaSimpleContent y XmlSchemaComplexContent para obtener ejemplos con esta clase.

Se aplica a