FeatureConnector<TFeatureProviderType>.Manager Property

Gets the FeatureManager for the feature connector.

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

Syntax

'Declaration
Protected ReadOnly Property Manager As FeatureManager
    Get
protected FeatureManager Manager { get; }
protected:
property FeatureManager^ Manager {
    FeatureManager^ get ();
}
member Manager : FeatureManager
function get Manager () : FeatureManager

Property Value

Type: Microsoft.Windows.Design.Features.FeatureManager
A FeatureManager associated with the feature connector.

Remarks

The FeatureManager is cached when the feature connector is 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