AppCaptureRecordOperation.ErrorCode 属性

定义

获取与记录操作关联的错误代码。

public:
 property IReference<unsigned int> ^ ErrorCode { IReference<unsigned int> ^ get(); };
IReference<uint32_t> ErrorCode();
public System.Nullable<uint> ErrorCode { get; }
var iReference = appCaptureRecordOperation.errorCode;
Public ReadOnly Property ErrorCode As Nullable(Of UInteger)

属性值

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

与记录操作关联的错误代码。

Windows 要求

应用功能
appCaptureSettings

适用于