FeatureConnectorInformation.FeatureConnectorType-Eigenschaft

Ruft den Typ des Featureconnectors ab, der durch die FeatureConnectorInformation beschrieben wird.

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

Syntax

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

Eigenschaftswert

Typ: System.Type
Ein Type-Objekt, das den Typ des Featureconnectors für dieses FeatureConnectorInformation-Objekt darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

FeatureConnectorInformation Klasse

Microsoft.Windows.Design.Features-Namespace

FeatureManager

FeatureProvider

FeatureConnectorAttribute

Weitere Ressourcen

Featureanbieter und Featureverbindungen

WPF-Designer-Erweiterbarkeit