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 ランタイムのデプロイ状態。