RootPlacementAdapter.AdapterType Property
This member overrides PlacementAdapter.AdapterType, and more complete documentation might be available in that topic.
Gets the adapter type.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
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
Property Value
Type: System.Type
Returns a PlacementAdapter type.
.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