Partager via


FeatureConnectorAttribute.FeatureConnectorType, propriété

Obtient le type FeatureConnector<TFeatureProviderType> à instancier.

Espace de noms :  Microsoft.Windows.Design.Features
Assembly :  Microsoft.Windows.Design.Extensibility (dans Microsoft.Windows.Design.Extensibility.dll)

Syntaxe

'Déclaration
Public ReadOnly Property FeatureConnectorType As Type
    Get
public Type FeatureConnectorType { get; }
public:
property Type^ FeatureConnectorType {
    Type^ get ();
}
member FeatureConnectorType : Type
function get FeatureConnectorType () : Type

Valeur de propriété

Type : System.Type
Objet Type qui représente le type FeatureConnector<TFeatureProviderType> à instancier.

Sécurité .NET Framework

Voir aussi

Référence

FeatureConnectorAttribute Classe

Microsoft.Windows.Design.Features, espace de noms

FeatureManager

FeatureProvider

FeatureConnector<TFeatureProviderType>

Autres ressources

Fournisseurs de fonctionnalités et connecteurs de fonctionnalités

Fonctionnement de l'extensibilité du Concepteur WPF