Udostępnij za pośrednictwem


XmlSchemaContentModel.Content Właściwość

Definicja

Pobiera lub ustawia zawartość typu.

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

Wartość właściwości

Udostępnia zawartość typu.

Przykłady

Zobacz XmlSchemaSimpleContent i XmlSchemaComplexContent , aby zapoznać się z przykładami korzystającymi z tej klasy.

Dotyczy