XmlSchemaElement.IsAbstract 属性

定义

获取或设置信息以指示是否可在实例文档中使用该元素。

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

属性值

Boolean

如果为 true,则元素不能出现在实例文档中。 默认值为 false。 可选。

适用于