共用方式為


StagePackageOptions.StageInPlace 屬性

定義

取得或設定值,這個值表示是否就地暫存封裝。

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

void StageInPlace(bool value);
public bool StageInPlace { get; set; }
var boolean = stagePackageOptions.stageInPlace;
stagePackageOptions.stageInPlace = boolean;
Public Property StageInPlace As Boolean

屬性值

Boolean

bool

TRUE 表示封裝將就地暫存;否則為 FALSE

備註

這個屬性適用于通知系統準備在虛擬桌面案例中註冊應用程式。

適用於