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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
FeatureConnectorInformation Classe
Microsoft.Windows.Design.Features, espace de noms
Autres ressources
Fournisseurs de fonctionnalités et connecteurs de fonctionnalités