Proprietà ParentAdapter.AdapterType

Ottiene il tipo di adattatore rappresentato da questa classe.

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

Sintassi

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

Valore proprietà

Tipo: System.Type
Oggetto Type che rappresenta il tipo di classe dell'adattatore padre.

Note

L'implementazione predefinita della proprietà AdapterType restituisce ParentAdapter.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ParentAdapter Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

ModelParent

ModelItem

Altre risorse

Estensibilità di Progettazione WPF