SystemParameters.IsSlowMachine Egenskap

Definition

Hämtar ett värde som anger om datorn har en låg slutprocessor (långsam).

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

Egenskapsvärde

trueom datorn har en låg slutprocessor (långsam). annars . false

Attribut

Kommentarer

Mappar till SM_SLOWMACHINE. Se GetSystemMetrics.

XAML-attributanvändning

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

Gäller för