ChildElementInfoAttribute Classe

Définition

Attention

This attribute is no longer used and will be removed in a later release

Définit l’attribut utilisé pour décorer une classe pour le type des éléments enfants possibles.

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

Constructeurs

ChildElementInfoAttribute(Type)
Obsolète.

Initialisez une nouvelle instance de ChildElementTypeAttribute.

ChildElementInfoAttribute(Type, FileFormatVersions)
Obsolète.

Initialisez une nouvelle instance de ChildElementTypeAttribute.

Propriétés

AvailableInVersion
Obsolète.

Obtient la ou les versions Office où l’élément enfant est disponible.

ElementType
Obsolète.

Obtient le type de l’élément enfant possible.

S’applique à