TargetPlatform 枚举

定义

注意

现已弃用此 API。

指示当前正在使用的 OS Xamarin.Forms 类型。

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete]
public enum TargetPlatform
type TargetPlatform = 
继承
System.Enum
TargetPlatform
属性
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

字段

Android 2

指示 Xamarin.Forms 正在 Google Android OS 上运行。

iOS 1

指示 Xamarin.Forms 正在 Apple iOS OS 上运行。

Other 0

(未使用)指示 Xamarin.Forms 正在未定义的平台上运行。

Windows 4

指示窗体正在 Windows 平台上运行。

WinPhone 3

指示 Xamarin.Forms 正在 Microsoft WinPhone OS 上运行。

适用于