XmlSchemaKey 类

定义

此类按万维网联合会 (W3C) 指定的方式表示来自 XML 架构的 key 元素。

public ref class XmlSchemaKey : System::Xml::Schema::XmlSchemaIdentityConstraint
public class XmlSchemaKey : System.Xml.Schema.XmlSchemaIdentityConstraint
type XmlSchemaKey = class
    inherit XmlSchemaIdentityConstraint
Public Class XmlSchemaKey
Inherits XmlSchemaIdentityConstraint
继承

示例

有关使用此类的示例,请参阅 XmlSchemaKeyref

注解

指定属性或元素值(或一组值)必须是指定范围内的键。 键必须是唯一的、不可为 null 的/不可为 null 的,并且始终存在。 约束名称在架构中必须唯一。

构造函数

XmlSchemaKey()

初始化 XmlSchemaKey 类的新实例。

属性

Annotation

获取或设置 annotation 属性。

(继承自 XmlSchemaAnnotated)
Fields

获取应用为“XML 路径语言”(XPath) 表达式选择器的子级的域集合。

(继承自 XmlSchemaIdentityConstraint)
Id

获取或设置字符串 ID。

(继承自 XmlSchemaAnnotated)
LineNumber

获取或设置 schema 元素引用的文件中的行号。

(继承自 XmlSchemaObject)
LinePosition

获取或设置 schema 元素引用的文件中的行位置。

(继承自 XmlSchemaObject)
Name

获取或设置标识约束的名称。

(继承自 XmlSchemaIdentityConstraint)
Namespaces

获取或设置用于此架构对象的 XmlSerializerNamespaces

(继承自 XmlSchemaObject)
Parent

获取或设置此 XmlSchemaObject 的父级。

(继承自 XmlSchemaObject)
QualifiedName

获取标识约束的限定名,此标识约束保留 QualifiedName 属性的编译后值。

(继承自 XmlSchemaIdentityConstraint)
Selector

获取或设置 XPath 表达式 selector 元素。

(继承自 XmlSchemaIdentityConstraint)
SourceUri

获取或设置加载了架构的文件的源位置。

(继承自 XmlSchemaObject)
UnhandledAttributes

获取或设置不属于当前架构目标命名空间的限定特性。

(继承自 XmlSchemaAnnotated)

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于