Condividi tramite


Proprietà SystemSettings.Platform

Aggiornamento: novembre 2007

Ottiene il sistema operativo basato su Windows Embedded CE del dispositivo.

Spazio dei nomi:  Microsoft.WindowsCE.Forms
Assembly:  Microsoft.WindowsCE.Forms (in Microsoft.WindowsCE.Forms.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly Property Platform As WinCEPlatform
'Utilizzo
Dim value As WinCEPlatform

value = SystemSettings.Platform
public static WinCEPlatform Platform { get; }
public:
static property WinCEPlatform Platform {
    WinCEPlatform get ();
}
public static function get Platform () : WinCEPlatform

Valore proprietà

Tipo: Microsoft.WindowsCE.Forms.WinCEPlatform

Uno dei valori dell'enumerazione che specifica la piattaforma del dispositivo, ad esempio Windows Mobile per Pocket PC e Windows Mobile per Smartphone.

Autorizzazioni

Piattaforme

Windows CE, Windows Mobile per Smartphone, Windows Mobile per Pocket PC

.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.

Informazioni sulla versione

.NET Compact Framework

Supportato in: 3.5

Vedere anche

Riferimenti

SystemSettings Classe

Membri SystemSettings

Spazio dei nomi Microsoft.WindowsCE.Forms