FeatureManager.CreateFeatureProviders Method
Include Protected Members
Include Inherited Members
Creates and returns a set of feature providers for the specified type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
Creates and returns a set of feature providers for the specified type.
CreateFeatureProviders(Type, ModelItem)
Creates and returns a set of feature providers that exist for the specified item.
CreateFeatureProviders(Type, Predicate<Type>)
Creates and returns a set of feature providers for the specified type.
CreateFeatureProviders(Type, Type)
Creates and returns a set of feature providers that exist for the specified type.
CreateFeatureProviders(Type, ModelItem, Predicate<Type>)
Creates and returns a set of feature providers that exist for the specified object.
CreateFeatureProviders(Type, Type, Predicate<Type>)
Creates and returns a set of feature providers that exist for the specified type.
CreateFeatureProviders(Type, Type, ModelItem, Predicate<Type>)
Creates the specified feature provider.
Top