TargetPlatform Výčet

Definice

Upozornění

Toto rozhraní API je teď zastaralé.

Označuje typ operačního systému Xamarin.Forms, na které právě pracuje.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete]
public enum TargetPlatform
type TargetPlatform = 
Dědičnost
TargetPlatform
Atributy

Pole

Android 2

Označuje, že Xamarin.Forms běží v operačním systému Google Android.

iOS 1

Označuje, že Xamarin.Forms běží v operačním systému Apple iOS.

Other 0

(Nepoužívá se) Označuje, že Xamarin.Forms běží na nedefinované platformě.

Windows 4

Označuje, že formuláře běží na platformě Windows.

WinPhone 3

Označuje, že Xamarin.Forms běží v operačním systému Microsoft WinPhone.

Platí pro