다음을 통해 공유


ConfigurationElementSchema.AllowUnrecognizedAttributes 속성

정의

스키마에 정의되지 않은 속성을 구성 요소에 추가할 수 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

true 요소가 스키마에 정의되지 않은 속성을 수락하면 이고, 그렇지 않으면 입니다 false.

적용 대상