OperatingSystem.IsTvOS Methode

Definition

Gibt an, ob die aktuelle Anwendung auf tvOS ausgeführt wird.

public:
 static bool IsTvOS();
public static bool IsTvOS ();
static member IsTvOS : unit -> bool
Public Shared Function IsTvOS () As Boolean

Gibt zurück

Boolean

true, wenn die aktuelle Anwendung unter tvOS ausgeführt wird, andernfalls false.

Gilt für