Share via


ChildElementInfoAttribute Clase

Definición

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)
Obsoletos.

Inicialice una nueva instancia de ChildElementTypeAttribute.

ChildElementInfoAttribute(Type, FileFormatVersions)
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.

Se aplica a