XmlSchemaComplexType.IsAbstract 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定資訊,決定是否可在執行個體文件中使用 complexType
項目。
public:
property bool IsAbstract { bool get(); void set(bool value); };
public bool IsAbstract { get; set; }
member this.IsAbstract : bool with get, set
Public Property IsAbstract As Boolean
屬性值
如果為 true
,項目不能直接使用這個 complexType
項目,必須使用從這個 complexType
項目衍生的複雜型別。 預設為 false
。 選擇性。