Langue

SfcParentAttribute Classe

Définition

Attribut permettant de spécifier un parent possible valide d’un type. Utilisez l’une de ces options pour chaque parent possible.

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=true, Inherited=true)]
public class SfcParentAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=true, Inherited=true)>]
type SfcParentAttribute = class
    inherit Attribute
Public Class SfcParentAttribute
Inherits Attribute
Héritage
SfcParentAttribute
Attributs

Constructeurs

Nom Description
SfcParentAttribute()

Attribut permettant de spécifier un parent possible valide d’un type. Utilisez l’une de ces options pour chaque parent possible.

SfcParentAttribute(String)

Attribut permettant de spécifier un parent possible valide d’un type. Utilisez l’une de ces options pour chaque parent possible.

Propriétés

Nom Description
Parent

Nom de type parent possible. Le nom peut être qualifié pour l’espace de noms, ou s’il n’est pas l’espace de noms du type contenant ce atrribute sera utilisé.

S’applique à