共用方式為


CreateSharedPackageContainerOptions.ForceAppShutdown 屬性

定義

取得或設定值,指定是否應在容器建立作業中關閉具有已建立共用容器中套件的應用程式。

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

void ForceAppShutdown(bool value);
public bool ForceAppShutdown { get; set; }
var boolean = createSharedPackageContainerOptions.forceAppShutdown;
createSharedPackageContainerOptions.forceAppShutdown = boolean;
Public Property ForceAppShutdown As Boolean

屬性值

Boolean

bool

True 是表示 如果應用程式應該關閉;否則為 false。

備註

即使應用程式關機程式是非同步,建立作業也是同步的。 關閉這些應用程式時,不會有任何與呼叫端通訊的進度。

適用於