다음을 통해 공유


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입니다. 선택 사항입니다.

적용 대상