FeatureConnector<TFeatureProviderType>.CreateFeatureProviders-Methode (Type)
Erstellt auf Grundlage des bereitgestellten Typs eine neue Liste von Featureanbietern, die dem Featureconnector zugeordnet sind.
Namespace: Microsoft.Windows.Design.Features
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
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>
Parameter
- type
Typ: System.Type
Ein Type zum Abfragen von Featureanbietern.
Rückgabewert
Typ: System.Collections.Generic.IEnumerable<TFeatureProviderType>
Eine Enumeration von Featureanbietern.
Ausnahmen
Ausnahme | Bedingung |
---|---|
ArgumentNullException | type hat den Wert nullNULL-Verweis (Nothing in Visual Basic). |
Hinweise
Die Featureanbieter werden ermittelt, indem eine Reflektion der Attribute von type durchgeführt wird.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
FeatureConnector<TFeatureProviderType> Klasse
CreateFeatureProviders-Überladung
Microsoft.Windows.Design.Features-Namespace