ChartSerializer.IsUnknownAttributeIgnored 속성

정의

예외를 throw하지 않고 알 수 없는 XML 속성과 요소를 무시할지 여부를 나타내는 플래그를 가져오거나 설정합니다.

public:
 property bool IsUnknownAttributeIgnored { bool get(); void set(bool value); };
public bool IsUnknownAttributeIgnored { get; set; }
member this.IsUnknownAttributeIgnored : bool with get, set
Public Property IsUnknownAttributeIgnored As Boolean

속성 값

Boolean

예외를 throw하지 않고 알 수 없는 XML 속성과 요소를 무시하면 true이고, 그렇지 않으면 false입니다.

적용 대상