XmlSchemaValidity Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the validity of an XML item validated by the XmlSchemaValidator class.
public enum class XmlSchemaValidity
public enum XmlSchemaValidity
type XmlSchemaValidity =
Public Enum XmlSchemaValidity
- Inheritance
Fields
Name | Value | Description |
---|---|---|
NotKnown | 0 | The validity of the XML item is not known. |
Valid | 1 | The XML item is valid. |
Invalid | 2 | The XML item is invalid. |
Applies to
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.