Share via


PolicyDrivenFeatureConnector<TFeatureProviderType>.FeatureProviders Property

Gets an enumeration of all current feature providers.

Namespace:  Microsoft.Windows.Design.Policies
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Protected ReadOnly Property FeatureProviders As IEnumerable(Of PolicyDrivenFeatureConnector<(Of <(<'TFeatureProviderType>)>)>..::..ItemFeatureProvider)
    Get
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>

Property Value

Type: System.Collections.Generic.IEnumerable<PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider>
An enumeration of all current feature providers.

.NET Framework Security

See Also

Reference

PolicyDrivenFeatureConnector<TFeatureProviderType> Class

Microsoft.Windows.Design.Policies Namespace