Metodo FeatureConnector<TFeatureProviderType>.CreateFeatureProviders (Type)

Crea un nuovo elenco di provider di funzionalità associati al connettore di funzionalità, in base al tipo specificato.

Spazio dei nomi:  Microsoft.Windows.Design.Features
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Sintassi

'Dichiarazione
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>

Parametri

  • type
    Tipo: System.Type
    Type su cui eseguire la query per i provider di funzionalità.

Valore restituito

Tipo: System.Collections.Generic.IEnumerable<TFeatureProviderType>
Enumerazione dei provider di funzionalità.

Eccezioni

Eccezione Condizione
ArgumentNullException

type è nullriferimento null (Nothing in Visual Basic).

Note

I provider di funzionalità vengono individuati tramite reflection degli attributi su type.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

FeatureConnector<TFeatureProviderType> Classe

Overload CreateFeatureProviders

Spazio dei nomi Microsoft.Windows.Design.Features

FeatureProvider

FeatureConnectorAttribute

Altre risorse

Provider di funzionalità e connettori di funzionalità

Informazioni sull'estensibilità Progettazione WPF