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 |
取得功能填入器類型。 |