XmlSchemas.IsCompiled 속성

정의

스키마가 컴파일되었는지 여부를 나타내는 값을 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 property bool IsCompiled { bool get(); };
public bool IsCompiled { get; }
member this.IsCompiled : bool
Public ReadOnly Property IsCompiled As Boolean

속성 값

Boolean

스키마가 컴파일되었으면 true이고, 그렇지 않으면 false입니다.

설명

메서드를 호출하여 개체에서 XmlSchemas 참조되는 스키마를 컴파일할 Compile 수 있습니다.

적용 대상