共用方式為


SecondaryTile.RoamingEnabled 屬性

定義

取得或設定值,這個值會決定當使用者在另一部電腦上使用其 Microsoft 帳戶安裝父應用程式時,是否要透過雲端重新取得次要磚。 請注意,從Windows 8.1開始,漫遊是預設行為。 這與預設 Windows 8 行為相反,其中漫遊是加入宣告。

此屬性在 Windows Phone 8.1 上一律會傳回 false

public:
 property bool RoamingEnabled { bool get(); void set(bool value); };
bool RoamingEnabled();

void RoamingEnabled(bool value);
public bool RoamingEnabled { get; set; }
var boolean = secondaryTile.roamingEnabled;
secondaryTile.roamingEnabled = boolean;
Public Property RoamingEnabled As Boolean

屬性值

Boolean

bool

如果已啟用漫遊,請將 設定為 true ;否則為 false。 預設值為 True

在 Windows Phone 8.x 應用程式中設定此值沒有任何作用,而且此屬性一律會傳回false

適用於