PolicyDrivenFeatureConnector<TFeatureProviderType>.FeatureProviders Property
Gets an enumeration of all current feature providers.
Namespace: Microsoft.Windows.Design.Features
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Protected ReadOnly Property FeatureProviders As IEnumerable(Of PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider)
'Usage
Dim value As IEnumerable(Of PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider)
value = Me.FeatureProviders
protected IEnumerable<PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider> FeatureProviders { get; }
protected:
property IEnumerable<PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider^>^ FeatureProviders {
IEnumerable<PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider^>^ get ();
}
protected function get FeatureProviders () : IEnumerable<PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider>
Property Value
Type: System.Collections.Generic.IEnumerable<PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider>
An IEnumerable<T> of PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider objects.
.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.
See Also
Reference
PolicyDrivenFeatureConnector<TFeatureProviderType> Class
PolicyDrivenFeatureConnector<TFeatureProviderType> Members
Microsoft.Windows.Design.Features Namespace
PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider
FeatureConnector<TFeatureProviderType>