Partager via


FeatureConnectorInformation.FeatureConnectorType, propriété

Obtient le type de connecteur de fonctionnalités décrit par ce FeatureConnectorInformation .

Espace de noms :  Microsoft.Windows.Design.Features
Assembly :  Microsoft.Windows.Design.Extensibility (dans Microsoft.Windows.Design.Extensibility.dll)

Syntaxe

'Déclaration
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

Valeur de propriété

Type : System.Type
Objet Type qui représente le type de connecteur de fonctionnalités pour cet objet FeatureConnectorInformation.

Sécurité .NET Framework

Voir aussi

Référence

FeatureConnectorInformation Classe

Microsoft.Windows.Design.Features, espace de noms

FeatureManager

FeatureProvider

FeatureConnectorAttribute

Autres ressources

Fournisseurs de fonctionnalités et connecteurs de fonctionnalités

Fonctionnement de l'extensibilité du Concepteur WPF