PolicyDrivenFeatureConnector<TFeatureProviderType> Constructor

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

Namespace:  Microsoft.Windows.Design.Policies
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

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

Parameters

Exceptions

Exception Condition
ArgumentNullException

manager is nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

PolicyDrivenFeatureConnector<TFeatureProviderType> Class

Microsoft.Windows.Design.Policies Namespace