次の方法で共有


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

機能の入力値の種類を取得します。

適用対象