XmlSchemaComplexType.IsAbstract 屬性

定義

取得或設定資訊,決定是否可在執行個體文件中使用 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。 選擇性。

適用於