Freigeben über


FeatureAttribute-Konstruktor

Initialisiert eine neue Instanz der FeatureAttribute-Klasse.

Namespace:  Microsoft.Windows.Design.Features
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public Sub New ( _
    featureProviderType As Type _
)
public FeatureAttribute(
    Type featureProviderType
)
public:
FeatureAttribute(
    Type^ featureProviderType
)
new : 
        featureProviderType:Type -> FeatureAttribute
public function FeatureAttribute(
    featureProviderType : Type
)

Parameter

  • featureProviderType
    Typ: System.Type
    Der von diesem Attribut beschriebene Featureanbietertyp.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

featureProviderType hat den Wert nullNULL-Verweis (Nothing in Visual Basic).

ArgumentException

Der Featureanbieter kann keinem featureProviderType zugewiesen werden.

Hinweise

FeatureAttribute speichert den Typ von FeatureProvider zum Instanziieren durch einen Feature-Manager. Der featureProviderType-Parameter muss eine Klasse angeben, die vom FeatureProvider erbt.

.NET Framework-Sicherheit

Siehe auch

Referenz

FeatureAttribute Klasse

Microsoft.Windows.Design.Features-Namespace

FeatureProvider

Weitere Ressourcen

Featureanbieter und Featureverbindungen