SchemaAttrAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
This attribute is no longer used to identify schema information. It didn't contain everything and a new API will be forthcoming.
Define o atributo que é utilizado para decorar uma propriedade para as informações de atributo correspondentes.
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
- Herança
-
SchemaAttrAttribute
- Atributos
Construtores
| SchemaAttrAttribute(Byte, String) |
Obsoleto.
Inicializa uma nova instância do SchemaAttrAttribute. |
| SchemaAttrAttribute(String, String) |
Obsoleto.
Inicializa uma nova instância do SchemaAttrAttribute. |
| SchemaAttrAttribute(String) |
Obsoleto.
Define o atributo que é utilizado para decorar uma propriedade para as informações de atributo correspondentes. |
Propriedades
| NamespaceUri |
Obsoleto.
Obtém o URI do Espaço de Nomes do atributo de esquema. |
| Tag |
Obsoleto.
Obtém o nome da etiqueta do atributo de esquema. |