Aracılığıyla paylaş


XmlSchemaComplexType.IsAbstract Özellik

Tanım

Öğesinin örnek belgesinde kullanılıp complexType kullanılamadığını belirleyen bilgileri alır veya ayarlar.

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

Özellik Değeri

ise true, bir öğe bu complexType öğeyi doğrudan kullanamaz ve bu complexType öğeden türetilen karmaşık bir tür kullanmalıdır. Varsayılan değer: false. İsteğe bağlı.

Şunlara uygulanır