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

属性值

包内容组暂存操作的结果。

适用于