Share via


PolicyDrivenFeatureConnector<TFeatureProviderType>.FeatureProvidersRemoved Method

Called by the policy feature connector when a policy changes and feature providers are removed from the set of active feature providers.

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

Syntax

'Declaration
Protected MustOverride Sub FeatureProvidersRemoved ( _
    item As ModelItem, _
    featureProviders As IEnumerable(Of TFeatureProviderType) _
)
protected abstract void FeatureProvidersRemoved(
    ModelItem item,
    IEnumerable<TFeatureProviderType> featureProviders
)
protected:
virtual void FeatureProvidersRemoved(
    ModelItem^ item, 
    IEnumerable<TFeatureProviderType>^ featureProviders
) abstract
abstract FeatureProvidersRemoved : 
        item:ModelItem * 
        featureProviders:IEnumerable<'TFeatureProviderType> -> unit 
protected abstract function FeatureProvidersRemoved(
    item : ModelItem, 
    featureProviders : IEnumerable<TFeatureProviderType>
)

Parameters

.NET Framework Security

See Also

Reference

PolicyDrivenFeatureConnector<TFeatureProviderType> Class

Microsoft.Windows.Design.Policies Namespace