OpenXmlPackageValidationSettings Class

NOTE: This API is now obsolete.

Specifies the event handlers that will handle OpenXmlPackage validation events and the OpenXmlPackageValidationEventArgs.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ObsoleteAttribute("This functionality is obsolete and will be removed from future version release. Please see OpenXmlValidator class for supported validation functionality.",  _
    False)> _
Public Class OpenXmlPackageValidationSettings
'Usage
Dim instance As OpenXmlPackageValidationSettings
[ObsoleteAttribute("This functionality is obsolete and will be removed from future version release. Please see OpenXmlValidator class for supported validation functionality.", 
    false)]
public class OpenXmlPackageValidationSettings

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

OpenXmlPackageValidationSettings Members

DocumentFormat.OpenXml.Packaging Namespace