Düzenle

Aracılığıyla paylaş


FeaturePopulatorAttribute Class

Definition

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

FeaturePopulatorAttribute(Type)

Initializes a new instance of the FeaturePopulatorAttribute class.

Properties

PopulatorType

Gets the feature populator type.

Applies to