SchemaAttrAttribute 类

定义

注意

This attribute is no longer used to identify schema information. It didn't contain everything and a new API will be forthcoming.

定义用于修饰属性的相应属性信息的属性。

public sealed class SchemaAttrAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class SchemaAttrAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
[System.Obsolete("This attribute is no longer used to identify schema information. It didn't contain everything and a new API will be forthcoming.")]
public sealed class SchemaAttrAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class SchemaAttrAttribute : Attribute
type SchemaAttrAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SchemaAttrAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
[<System.Obsolete("This attribute is no longer used to identify schema information. It didn't contain everything and a new API will be forthcoming.")>]
type SchemaAttrAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type SchemaAttrAttribute = class
    inherit Attribute
Public NotInheritable Class SchemaAttrAttribute
Inherits Attribute
继承
SchemaAttrAttribute
属性

构造函数

SchemaAttrAttribute(Byte, String)
已过时.

初始化 SchemaAttrAttribute 的新实例。

SchemaAttrAttribute(String)
已过时.

定义用于修饰属性的相应属性信息的属性。

SchemaAttrAttribute(String, String)
已过时.

初始化 SchemaAttrAttribute 的新实例。

属性

NamespaceUri
已过时.

获取架构特性的命名空间 URI。

Tag
已过时.

获取架构属性的标记名称。

适用于