Share via


SystemParameters.IsMediaCenter Vlastnost

Definice

Získá hodnotu, která označuje, zda je aktuální operační systém Microsoft Windows XP Media Center Edition.

public:
 static property bool IsMediaCenter { bool get(); };
public static bool IsMediaCenter { [System.Security.SecurityCritical] get; }
public static bool IsMediaCenter { get; }
[<get: System.Security.SecurityCritical>]
static member IsMediaCenter : bool
static member IsMediaCenter : bool
Public Shared ReadOnly Property IsMediaCenter As Boolean

Hodnota vlastnosti

truePokud je aktuální operační systém Windows XP Media Center Edition; v opačném případě . false

Atributy

Poznámky

Mapuje se na SM_MEDIACENTER. Viz GetSystemMetrics.

Použití atributu XAML

<object property="{ SystemParameters.IsMediaCenter}"/>

Platí pro