FeaturePopulatorAttribute 类

定义

定义此程序集的功能填充器。

[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
继承
FeaturePopulatorAttribute
属性

构造函数

FeaturePopulatorAttribute(Type)

初始化 FeaturePopulatorAttribute 类的新实例。

属性

PopulatorType

获取功能填充器类型。

适用于