PolicyDrivenFeatureConnector<TFeatureProviderType>.FeatureProviders 属性

[本文档仅供预览,在以后的发行版中可能会发生更改。包含的空白主题用作占位符。]

获取所有当前功能提供程序的枚举。

命名空间:  Microsoft.Windows.Design.Policies
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Protected ReadOnly Property FeatureProviders As IEnumerable(Of PolicyDrivenFeatureConnector<(Of <(<'TFeatureProviderType>)>)>..::..ItemFeatureProvider)
protected IEnumerable<PolicyDrivenFeatureConnector<(Of <(<'TFeatureProviderType>)>)>..::..ItemFeatureProvider> FeatureProviders { get; }
protected:
property IEnumerable<PolicyDrivenFeatureConnector<(Of <(<'TFeatureProviderType>)>)>..::..ItemFeatureProvider^>^ FeatureProviders {
    IEnumerable<PolicyDrivenFeatureConnector<(Of <(<'TFeatureProviderType>)>)>..::..ItemFeatureProvider^>^ get ();
}
member FeatureProviders : IEnumerable<PolicyDrivenFeatureConnector<(Of <(<'TFeatureProviderType>)>)>..::..ItemFeatureProvider>
function get FeatureProviders () : IEnumerable<PolicyDrivenFeatureConnector<(Of <(<'TFeatureProviderType>)>)>..::..ItemFeatureProvider>

属性值

类型:System.Collections.Generic.IEnumerable<PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider>
所有当前功能提供程序的枚举。

.NET Framework 安全性

请参见

参考

PolicyDrivenFeatureConnector<TFeatureProviderType> 类

Microsoft.Windows.Design.Policies 命名空间