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}
"/>
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET