XmlSchemaComplexContent.Content プロパティ

定義

コンテンツを取得または設定します。

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

プロパティ値

XmlSchemaContent

XmlSchemaComplexContentRestriction クラスまたは XmlSchemaComplexContentExtension クラスのいずれか 1 つ。

適用対象