Share via


SystemParameters.IsSlowMachine Propriété

Définition

Obtient une valeur qui indique si l'ordinateur a un processeur bas de gamme (lent).

public:
 static property bool IsSlowMachine { bool get(); };
public static bool IsSlowMachine { [System.Security.SecurityCritical] get; }
public static bool IsSlowMachine { get; }
[<get: System.Security.SecurityCritical>]
static member IsSlowMachine : bool
static member IsSlowMachine : bool
Public Shared ReadOnly Property IsSlowMachine As Boolean

Valeur de propriété

true si l'ordinateur a un processeur bas de gamme (lent) ; sinon, false.

Attributs

Remarques

Mappe à SM_SLOWMACHINE. Consultez GetSystemMetrics.

Utilisation des attributs XAML

<object property="{ SystemParameters.IsSlowMachine}"/>

S’applique à