共用方式為


StagePackageOptions.RequiredContentGroupOnly 屬性

定義

取得或設定值,這個值表示是否只會暫存必要的內容群組。 應用程式可以單獨安裝為具有必要內容群組的套件。

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

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

屬性值

Boolean

bool

TRUE 表示只會暫存必要的內容群組;否則為 FALSE

適用於