SchemaAttrAttribute Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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, 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. |
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. |