FeaturePopulatorAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a feature populator for this 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
- Inheritance
-
FeaturePopulatorAttribute
- Attributes
Constructors
| Name | Description |
|---|---|
| FeaturePopulatorAttribute(Type) |
Initializes a new instance of the FeaturePopulatorAttribute class. |
Properties
| Name | Description |
|---|---|
| PopulatorType |
Gets the feature populator type. |