Share via


SystemTray クラス

定義

重要

SystemTray クラスは非推奨であり、機能しなくなりました。 今後のバージョンの Windows では使用できない場合があります。

public ref class SystemTray sealed : ISystemTray
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SystemTray final : ISystemTray
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SystemTray : ISystemTray
Public NotInheritable Class SystemTray
Implements ISystemTray
継承
Object Platform::Object IInspectable SystemTray
属性
実装

Windows の要件

デバイス ファミリ
Windows 11 Insider Preview (10.0.23504.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v15.0 で導入)

プロパティ

ForegroundColor

重要

SystemTray クラスは非推奨であり、機能しなくなりました。 今後のバージョンの Windows では使用できない場合があります。

OccludedRect

重要

SystemTray クラスは非推奨であり、機能しなくなりました。 今後のバージョンの Windows では使用できない場合があります。

メソッド

GetForCurrentView()

重要

SystemTray クラスは非推奨であり、機能しなくなりました。 今後のバージョンの Windows では使用できない場合があります。

HideAsync()

重要

SystemTray クラスは非推奨であり、機能しなくなりました。 今後のバージョンの Windows では使用できない場合があります。

ShowAsync()

重要

SystemTray クラスは非推奨であり、機能しなくなりました。 今後のバージョンの Windows では使用できない場合があります。

適用対象