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

适用于