PlacementAdapter.AdapterType (Propiedad)
Obtiene el tipo de adaptador que esta clase representa.
Espacio de nombres: Microsoft.Windows.Design.Interaction
Ensamblado: Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)
Sintaxis
'Declaración
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
Valor de propiedad
Tipo: System.Type
Devuelve un tipo PlacementAdapter.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.Windows.Design.Interaction (Espacio de nombres)