共用方式為


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

取得功能填入器類型。

適用於