次の方法で共有


PackageContentGroupStagingEventArgs.ErrorCode プロパティ

定義

パッケージ コンテンツ グループのステージング操作の結果を取得します。

public:
 property HResult ErrorCode { HResult get(); };
HResult ErrorCode();
public System.Exception ErrorCode { get; }
var hResult = packageContentGroupStagingEventArgs.errorCode;
Public ReadOnly Property ErrorCode As Exception

プロパティ値

パッケージ コンテンツ グループのステージング操作の結果。

適用対象