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
- manager
Type: Microsoft.Windows.Design.Features.FeatureManager
The feature manager that manages this connector.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | manager is nulla null reference (Nothing in Visual Basic). |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.