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