FeaturePopulatorAttribute Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Definiert einen Feature-Popupulator für diese 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
- Vererbung
-
FeaturePopulatorAttribute
- Attribute
Konstruktoren
FeaturePopulatorAttribute(Type) |
Initialisiert eine neue Instanz der FeaturePopulatorAttribute-Klasse. |
Eigenschaften
PopulatorType |
Ruft den Feature-Populatortyp ab. |