FeatureConnector<TFeatureProviderType> Constructor

Initializes a new instance of the FeatureConnector<TFeatureProviderType> class.

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

Syntax

'Declaration
Protected Sub New ( _
    manager As FeatureManager _
)
protected FeatureConnector(
    FeatureManager manager
)
protected:
FeatureConnector(
    FeatureManager^ manager
)
new : 
        manager:FeatureManager -> FeatureConnector
protected function FeatureConnector(
    manager : FeatureManager
)

Parameters

Remarks

All feature connectors require a service provider when they are constructed.

.NET Framework Security

See Also

Reference

FeatureConnector<TFeatureProviderType> Class

Microsoft.Windows.Design.Features Namespace

FeatureManager

FeatureProvider

FeatureConnectorAttribute

Other Resources

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility