CreatePackageDependencyOptions.VerifyDependencyResolution 属性

定义

获取或设置一个值,该值指示在固定包依赖项时是否禁用依赖项解析。 这对于作为目标用户以外的用户上下文运行的安装程序非常有用, (例如,作为 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 以禁用依赖项解析。

适用于

另请参阅