Compartir a través de


PolicyDrivenFeatureConnector<TFeatureProviderType>.FeatureProvidersAdded (Método)

El conector de características de la directiva lo llama automáticamente cuando una directiva cambia y se agregan proveedores de características al conjunto de proveedores de características activos.

Espacio de nombres:  Microsoft.Windows.Design.Policies
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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>
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

PolicyDrivenFeatureConnector<TFeatureProviderType> Clase

Microsoft.Windows.Design.Policies (Espacio de nombres)