FeatureConnectorAttribute.FeatureConnectorType, propriété
Obtient le type FeatureConnector<TFeatureProviderType> à instancier.
Espace de noms : Microsoft.Windows.Design.Features
Assembly : Microsoft.Windows.Design.Extensibility (dans Microsoft.Windows.Design.Extensibility.dll)
Syntaxe
'Déclaration
Public ReadOnly Property FeatureConnectorType As Type
Get
public Type FeatureConnectorType { get; }
public:
property Type^ FeatureConnectorType {
Type^ get ();
}
member FeatureConnectorType : Type
function get FeatureConnectorType () : Type
Valeur de propriété
Type : System.Type
Objet Type qui représente le type FeatureConnector<TFeatureProviderType> à instancier.
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
FeatureConnectorAttribute Classe
Microsoft.Windows.Design.Features, espace de noms
FeatureConnector<TFeatureProviderType>
Autres ressources
Fournisseurs de fonctionnalités et connecteurs de fonctionnalités