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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace