Share via


SchemaAttrAttribute Clase

Definición

Precaución

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

Define el atributo que se usa para decorar una propiedad para su información de atributo correspondiente.

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
Herencia
SchemaAttrAttribute
Atributos

Constructores

SchemaAttrAttribute(Byte, String)
Obsoletos.

Inicializa una nueva instancia de SchemaAttrAttribute.

SchemaAttrAttribute(String)
Obsoletos.

Define el atributo que se usa para decorar una propiedad para su información de atributo correspondiente.

SchemaAttrAttribute(String, String)
Obsoletos.

Inicializa una nueva instancia de SchemaAttrAttribute.

Propiedades

NamespaceUri
Obsoletos.

Obtiene el uri de espacio de nombres del atributo de esquema.

Tag
Obsoletos.

Obtiene el nombre de etiqueta del atributo de esquema.

Se aplica a