Proprietà FeatureConnectorAttribute.FeatureConnectorType
Ottiene il tipo di FeatureConnector<TFeatureProviderType> di cui creare un'istanza.
Spazio dei nomi: Microsoft.Windows.Design.Features
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property FeatureConnectorType As Type
Get
public Type FeatureConnectorType { get; }
public:
property Type^ FeatureConnectorType {
Type^ get ();
}
member FeatureConnectorType : Type
function get FeatureConnectorType () : Type
Valore proprietà
Tipo: System.Type
Oggetto Type che rappresenta il tipo FeatureConnector<TFeatureProviderType> di cui creare un'istanza.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
FeatureConnectorAttribute Classe
Spazio dei nomi Microsoft.Windows.Design.Features
FeatureConnector<TFeatureProviderType>