XmlSchemaAnnotated 类
定义
可包含批注元素的任何元素的基类。The base class for any element that can contain annotation elements.
public ref class XmlSchemaAnnotated : System::Xml::Schema::XmlSchemaObject
public class XmlSchemaAnnotated : System.Xml.Schema.XmlSchemaObject
type XmlSchemaAnnotated = class
inherit XmlSchemaObject
Public Class XmlSchemaAnnotated
Inherits XmlSchemaObject
- 继承
- 派生
示例
XmlSchemaAnnotation有关使用此类的示例,请参阅。See XmlSchemaAnnotation for an example using this class.
构造函数
| XmlSchemaAnnotated() |
初始化 XmlSchemaAnnotated 类的新实例。Initializes a new instance of the XmlSchemaAnnotated class. |
属性
| Annotation |
获取或设置 |
| Id |
获取或设置字符串 ID。Gets or sets the string id. |
| LineNumber |
获取或设置 |
| LinePosition |
获取或设置 |
| Namespaces |
获取或设置用于此架构对象的 XmlSerializerNamespaces。Gets or sets the XmlSerializerNamespaces to use with this schema object. (继承自 XmlSchemaObject) |
| Parent |
获取或设置此 XmlSchemaObject 的父级。Gets or sets the parent of this XmlSchemaObject. (继承自 XmlSchemaObject) |
| SourceUri |
获取或设置加载了架构的文件的源位置。Gets or sets the source location for the file that loaded the schema. (继承自 XmlSchemaObject) |
| UnhandledAttributes |
获取或设置不属于当前架构目标命名空间的限定特性。Gets or sets the qualified attributes that do not belong to the current schema's target namespace. |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |