CreatePackageDependencyOptions.VerifyDependencyResolution 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示在固定包依赖项时是否禁用依赖项解析。 这对于作为目标用户以外的用户上下文运行的安装程序非常有用, (例如,作为 LocalSystem) 运行的安装程序。
public:
property bool VerifyDependencyResolution { bool get(); void set(bool value); };
bool VerifyDependencyResolution();
void VerifyDependencyResolution(bool value);
public bool VerifyDependencyResolution { get; set; }
var boolean = createPackageDependencyOptions.verifyDependencyResolution;
createPackageDependencyOptions.verifyDependencyResolution = boolean;
Public Property VerifyDependencyResolution As Boolean
属性值
Boolean
bool
指定 true 以在固定包依赖项时验证依赖项解析;指定 false 以禁用依赖项解析。