共用方式為


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 以停用相依性解析。

適用於

另請參閱