ChildElementInfoAttribute 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 and will be removed in a later release
Define el atributo que se usa para decorar una clase para el tipo de los posibles elementos secundarios.
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class ChildElementInfoAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
[System.Obsolete("This attribute is no longer used and will be removed in a later release")]
public sealed class ChildElementInfoAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type ChildElementInfoAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
[<System.Obsolete("This attribute is no longer used and will be removed in a later release")>]
type ChildElementInfoAttribute = class
inherit Attribute
Public NotInheritable Class ChildElementInfoAttribute
Inherits Attribute
- Herencia
-
ChildElementInfoAttribute
- Atributos
Constructores
ChildElementInfoAttribute(Type, FileFormatVersions) |
Obsoletos.
Inicialice una nueva instancia de ChildElementTypeAttribute. |
ChildElementInfoAttribute(Type) |
Obsoletos.
Inicialice una nueva instancia de ChildElementTypeAttribute. |
Propiedades
AvailableInVersion |
Obsoletos.
Obtiene las versiones de Office donde está disponible el elemento secundario. |
ElementType |
Obsoletos.
Obtiene el tipo del posible elemento secundario. |