SfcParentAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é. |