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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.