PolicyDrivenFeatureConnector<TFeatureProviderType>.FeatureProvidersAdded Method
Called by the policy feature connector when a policy changes and feature providers are added to 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 FeatureProvidersAdded ( _
item As ModelItem, _
featureProviders As IEnumerable(Of TFeatureProviderType) _
)
protected abstract void FeatureProvidersAdded(
ModelItem item,
IEnumerable<TFeatureProviderType> featureProviders
)
protected:
virtual void FeatureProvidersAdded(
ModelItem^ item,
IEnumerable<TFeatureProviderType>^ featureProviders
) abstract
abstract FeatureProvidersAdded :
item:ModelItem *
featureProviders:IEnumerable<'TFeatureProviderType> -> unit
protected abstract function FeatureProvidersAdded(
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 added.
.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.