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

Vedere anche

Riferimenti

FeatureConnectorAttribute Classe

Spazio dei nomi Microsoft.Windows.Design.Features

FeatureManager

FeatureProvider

FeatureConnector<TFeatureProviderType>

Altre risorse

Provider di funzionalità e connettori di funzionalità

Informazioni sull'estensibilità Progettazione WPF