FeatureConnectorAttribute-Konstruktor

Initialisiert eine neue Instanz der FeatureConnectorAttribute-Klasse.

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

Syntax

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

Parameter

  • featureConnectorType
    Typ: System.Type
    Der Typ des Feature-Managers.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

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

Hinweise

FeatureConnectorAttribute speichert den Typ von FeatureConnector<TFeatureProviderType>, der vom FeatureProvider benötigt wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

FeatureConnectorAttribute Klasse

Microsoft.Windows.Design.Features-Namespace

FeatureManager

FeatureProvider

FeatureConnector<TFeatureProviderType>

Weitere Ressourcen

Featureanbieter und Featureverbindungen

WPF-Designer-Erweiterbarkeit