共用方式為


XmlSchemaSimpleContentRestriction.BaseType 屬性

定義

取得或設定簡單類型基底數值。

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

屬性值

簡單類型基底數值。

備註

基底值必須是 QName。

適用於