Share via


XmlSchemaContentModel.Content Proprietà

Definizione

Ottiene o imposta il contenuto 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

Valore della proprietà

Fornisce il contenuto del tipo.

Esempio

Vedere XmlSchemaSimpleContent e XmlSchemaComplexContent per esempi che usano questa classe.

Si applica a