FeatureExtensions 类
将 LINQ 扩展方法添加到 FeatureManager 和 FeatureConnector<TFeatureProviderType> 类以支持模型项。
继承层次结构
System.Object
Microsoft.Windows.Design.Model.FeatureExtensions
命名空间: Microsoft.Windows.Design.Model
程序集: Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)
语法
声明
<ExtensionAttribute> _
Public NotInheritable Class FeatureExtensions
public static class FeatureExtensions
[ExtensionAttribute]
public ref class FeatureExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type FeatureExtensions = class end
public final class FeatureExtensions
方法
名称 | 说明 | |
---|---|---|
CreateFeatureProviders(FeatureManager, Type, ModelItem) | 创建指定类型和模型项的功能提供程序。 | |
CreateFeatureProviders(FeatureManager, Type, ModelItem, Predicate<Type>) | 创建指定类型和模型项的功能提供程序。 |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。