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

속성 값

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

적용 대상