Adapter.AdapterType Property

When overridden in a derived class, gets the type of adapter this object represents.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
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

Property Value

Type: System.Type
A Type that represents the adapter type.

Remarks

The AdapterType property is the type that is requested by users through the AdapterService class. This type must be assignable from the adapter.

.NET Framework Security

See Also

Reference

Adapter Class

Microsoft.Windows.Design.Interaction Namespace

ParentAdapter

Other Resources

Understanding WPF Designer Extensibility