Share via


FeatureConnectorAttribute.FeatureConnectorType Property

Gets the type of FeatureConnector<TFeatureProviderType> to instantiate.

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

Syntax

'Declaration
Public ReadOnly Property FeatureConnectorType As Type
    Get
public Type FeatureConnectorType { get; }
public:
property Type^ FeatureConnectorType {
    Type^ get ();
}
member FeatureConnectorType : Type
function get FeatureConnectorType () : Type

Property Value

Type: System.Type
A Type object that represents the FeatureConnector<TFeatureProviderType> type to instantiate.

.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