SystemParameters.ForegroundFlashCount 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得當拒絕前景切換要求時,[設定前景視窗] 閃爍工作列按鈕的次數。
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
屬性值
閃爍計數。
- 屬性
備註
對應至SPI_GETFOREGROUNDFLASHCOUNT。 請參閱 SystemParametersInfo。
XAML 屬性用法
<
object property=「{ SystemParameters.ForegroundFlashCount }
」/>