SchemaAttrAttribute Classe

Définition

Attention

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

Définit l’attribut utilisé pour décorer une propriété pour ses informations d’attribut correspondantes.

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
Héritage
SchemaAttrAttribute
Attributs

Constructeurs

SchemaAttrAttribute(Byte, String)
Obsolète.

Initialise une nouvelle instance de SchemaAttrAttribute.

SchemaAttrAttribute(String)
Obsolète.

Définit l’attribut utilisé pour décorer une propriété pour ses informations d’attribut correspondantes.

SchemaAttrAttribute(String, String)
Obsolète.

Initialise une nouvelle instance de SchemaAttrAttribute.

Propriétés

NamespaceUri
Obsolète.

Obtient l’URI d’espace de noms de l’attribut de schéma.

Tag
Obsolète.

Obtient le nom de la balise de l’attribut de schéma.

S’applique à