DeploymentResult(DeploymentStatus, HResult) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 DeploymentResult 類別的新實例。
public:
DeploymentResult(DeploymentStatus status, HResult extendedError);
DeploymentResult(DeploymentStatus const& status, HResult const& extendedError);
public DeploymentResult(DeploymentStatus status, System.Exception extendedError);
function DeploymentResult(status, extendedError)
Public Sub New (status As DeploymentStatus, extendedError As Exception)
參數
- status
- DeploymentStatus
目前載入之Windows 應用程式 SDK執行時間的部署狀態。