FeaturePopulatorAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义此程序集的功能填充器。
[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 |
获取功能填充器类型。 |