Partager via


FeatureAvailableEventArgs.FeatureProviderType, propriété

Obtient le type de fournisseur de fonctionnalités qui peut être créé.

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

Syntaxe

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

Valeur de propriété

Type : System.Type
Objet Type qui représente le fournisseur de fonctionnalités pouvant être créé.

Sécurité .NET Framework

Voir aussi

Référence

FeatureAvailableEventArgs 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