PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider Class

Identifies the feature providers that belong to a particular item.

Namespace:  Microsoft.Windows.Design.Features
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Protected NotInheritable Class ItemFeatureProvider
'Usage
Dim instance As PolicyDrivenFeatureConnector.ItemFeatureProvider
protected sealed class ItemFeatureProvider
protected ref class ItemFeatureProvider sealed
protected final class ItemFeatureProvider

Remarks

The PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider class contains a ModelItem and an associated FeatureProvider. It is returned from the FeatureProviders enumeration.

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.Features.PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PolicyDrivenFeatureConnector<TFeatureProviderType>.ItemFeatureProvider Members

Microsoft.Windows.Design.Features Namespace

FeatureProviders

FeatureProvider

FeatureConnector<TFeatureProviderType>

FeatureConnectorAttribute

Other Resources

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility