Partager via


FeatureConnector<TFeatureProviderType>.CreateFeatureProviders, méthode (Type)

Crée une nouvelle liste de fournisseurs de fonctionnalités associés au connecteur de fonctionnalités, en fonction du type spécifié.

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

Syntaxe

'Déclaration
Protected Function CreateFeatureProviders ( _
    type As Type _
) As IEnumerable(Of TFeatureProviderType)
protected IEnumerable<TFeatureProviderType> CreateFeatureProviders(
    Type type
)
protected:
IEnumerable<TFeatureProviderType>^ CreateFeatureProviders(
    Type^ type
)
member CreateFeatureProviders : 
        type:Type -> IEnumerable<'TFeatureProviderType> 
protected function CreateFeatureProviders(
    type : Type
) : IEnumerable<TFeatureProviderType>

Paramètres

  • type
    Type : System.Type
    Type à interroger pour les fournisseurs de fonctionnalités.

Valeur de retour

Type : System.Collections.Generic.IEnumerable<TFeatureProviderType>
Énumération de fournisseurs de fonctionnalités.

Exceptions

Exception Condition
ArgumentNullException

type est nullune référence null (Nothing en Visual Basic).

Notes

Les fournisseurs de fonctionnalités sont découverts par réflexion des attributs sur type.

Sécurité .NET Framework

Voir aussi

Référence

FeatureConnector<TFeatureProviderType> Classe

CreateFeatureProviders, surcharge

Microsoft.Windows.Design.Features, espace de noms

FeatureProvider

FeatureConnectorAttribute

Autres ressources

Fournisseurs de fonctionnalités et connecteurs de fonctionnalités

Fonctionnement de l'extensibilité du Concepteur WPF