FeatureGuardAttribute(Type) Konstruktor

Definition

Initierar en ny instans av FeatureGuardAttribute klassen

med den angivna funktionstypen.

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

Parametrar

featureType
Type

Den typ som representerar funktionen som bevakas av egenskapen.

Gäller för