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
- manager
Type: Microsoft.Windows.Design.Features.FeatureManager
The feature manager associated with this feature connector.
Remarks
All feature connectors require a service provider when they are constructed.
.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.
See Also
Reference
FeatureConnector<TFeatureProviderType> Class
Microsoft.Windows.Design.Features Namespace