Proprietà Adapter.AdapterType

Se sottoposto a override in una classe derivata, ottiene il tipo di adattatore rappresentato dall'oggetto.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property AdapterType As Type
    Get
public abstract Type AdapterType { get; }
public:
virtual property Type^ AdapterType {
    Type^ get () abstract;
}
abstract AdapterType : Type
abstract function get AdapterType () : Type

Valore proprietà

Tipo: System.Type
Oggetto Type che rappresenta il tipo di adattatore.

Note

La proprietà AdapterType corrisponde al tipo richiesto dagli utenti tramite la classe AdapterService. Questo tipo deve essere assegnabile dall'adattatore.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Adapter Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

ParentAdapter

Altre risorse

Informazioni sull'estensibilità Progettazione WPF