Dela via


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

See Also

Reference

PolicyDrivenFeatureConnector<TFeatureProviderType> Class

PolicyDrivenFeatureConnector<TFeatureProviderType> Members

Microsoft.Windows.Design.Features Namespace

PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider

FeatureConnector<TFeatureProviderType>

FeatureProvider

FeatureConnectorAttribute

Other Resources

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility