SchemaAttrAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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, String) |
已过时.
初始化 SchemaAttrAttribute 的新实例。 |
SchemaAttrAttribute(String) |
已过时.
定义用于修饰属性的相应属性信息的属性。 |
属性
NamespaceUri |
已过时.
获取架构特性的命名空间 URI。 |
Tag |
已过时.
获取架构属性的标记名称。 |