FeatureConnectorAttribute.FeatureConnectorType-Eigenschaft

Ruft den Typ des FeatureConnector<TFeatureProviderType> zum Instanziieren ab.

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

Eigenschaftswert

Typ: System.Type
Ein Type-Objekt, das den FeatureConnector<TFeatureProviderType>-Typ zum Instanziieren darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

FeatureConnectorAttribute Klasse

Microsoft.Windows.Design.Features-Namespace

FeatureManager

FeatureProvider

FeatureConnector<TFeatureProviderType>

Weitere Ressourcen

Featureanbieter und Featureverbindungen

WPF-Designer-Erweiterbarkeit