SystemParameters.ForegroundFlashCount Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nombre de fois où le bouton de la barre des tâches clignote dans la fenêtre Set Foreground lors du rejet d’une requête de changement de premier plan.
public:
static property int ForegroundFlashCount { int get(); };
public static int ForegroundFlashCount { [System.Security.SecurityCritical] get; }
public static int ForegroundFlashCount { get; }
[<get: System.Security.SecurityCritical>]
static member ForegroundFlashCount : int
static member ForegroundFlashCount : int
Public Shared ReadOnly Property ForegroundFlashCount As Integer
Valeur de propriété
Décompte des clignotements.
- Attributs
Remarques
Mappe à SPI_GETFOREGROUNDFLASHCOUNT. Consultez SystemParametersInfo.
Utilisation des attributs XAML
<
object property="{ SystemParameters.ForegroundFlashCount}
"/>