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
- item
Type: Microsoft.Windows.Design.Model.ModelItem
The ModelItem that offers the feature providers.
- featureProviders
Type: System.Collections.Generic.IEnumerable<TFeatureProviderType>
An enumeration of feature providers that have been removed.
.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.