次の方法で共有


FeatureGuardAttribute(Type) コンストラクター

定義

FeatureGuardAttribute クラスの新しいインスタンスを初期化します。

指定した機能の種類を使用します。

public:
 FeatureGuardAttribute(Type ^ featureType);
public FeatureGuardAttribute (Type featureType);
new System.Diagnostics.CodeAnalysis.FeatureGuardAttribute : Type -> System.Diagnostics.CodeAnalysis.FeatureGuardAttribute
Public Sub New (featureType As Type)

パラメーター

featureType
Type

プロパティによって保護される機能を表す型。

適用対象