FeatureConnectorAttribute Constructor

Initializes a new instance of the FeatureConnectorAttribute class.

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

Syntax

'Declaration
Public Sub New ( _
    featureConnectorType As Type _
)
public FeatureConnectorAttribute(
    Type featureConnectorType
)
public:
FeatureConnectorAttribute(
    Type^ featureConnectorType
)
new : 
        featureConnectorType:Type -> FeatureConnectorAttribute
public function FeatureConnectorAttribute(
    featureConnectorType : Type
)

Parameters

  • featureConnectorType
    Type: System.Type
    The type of feature manager.

Exceptions

Exception Condition
ArgumentNullException

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

Remarks

FeatureConnectorAttribute stores the type of FeatureConnector<TFeatureProviderType> required by the FeatureProvider.

.NET Framework Security

See Also

Reference

FeatureConnectorAttribute Class

Microsoft.Windows.Design.Features Namespace

FeatureManager

FeatureProvider

FeatureConnector<TFeatureProviderType>

Other Resources

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility