PolicyDrivenFeatureConnector<TFeatureProviderType>.FeatureProvidersRemoved-Methode

Wird vom Richtlinienfunktionsconnector aufgerufen, sobald sich eine Richtlinie ändert und ein Funktionsanbieter aus den aktiven Funktionsanbietern entfernt wird.

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>
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

PolicyDrivenFeatureConnector<TFeatureProviderType> Klasse

Microsoft.Windows.Design.Policies-Namespace