FeaturePopulatorAttribute 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.
Définit un populateur de fonctionnalité pour cet assembly.
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class FeaturePopulatorAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type FeaturePopulatorAttribute = class
inherit Attribute
Public NotInheritable Class FeaturePopulatorAttribute
Inherits Attribute
- Héritage
-
FeaturePopulatorAttribute
- Attributs
Constructeurs
FeaturePopulatorAttribute(Type) |
Initialise une nouvelle instance de la classe FeaturePopulatorAttribute. |
Propriétés
PopulatorType |
Obtient le type de populateur de fonctionnalité. |