共用方式為


VersionTracking.IsFirstLaunchForBuild(String) 方法

定義

判斷這是指定組建編號的應用程式第一次啟動。

public static bool IsFirstLaunchForBuild (string build);

參數

build
System.String

組建編號。

傳回

System.Boolean

如果這是指定組建編號的應用程式第一次啟動,則傳回 true;否則為 false。

適用於