FeatureGuardAttribute(Type) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy FeatureGuardAttribute

z określonym typem funkcji.

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

Parametry

featureType
Type

Typ reprezentujący funkcję chronioną przez właściwość.

Dotyczy