FeatureManager.InitializeFeatures Method

Initializes any feature connectors for the feature providers defined on the specified type.

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

Syntax

'Declaration
Public Sub InitializeFeatures ( _
    type As Type _
)
public void InitializeFeatures(
    Type type
)
public:
void InitializeFeatures(
    Type^ type
)
member InitializeFeatures : 
        type:Type -> unit 
public function InitializeFeatures(
    type : Type
)

Parameters

  • type
    Type: System.Type
    The type to initialize feature connectors for.

Exceptions

Exception Condition
ArgumentNullException

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

.NET Framework Security

See Also

Reference

FeatureManager Class

Microsoft.Windows.Design.Features Namespace

FeatureProvider

FeatureConnector<TFeatureProviderType>

Other Resources

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility