AppCaptureRecordOperation.ErrorCode Property

Definition

Gets the error code associated with the recording operation.

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)

Property Value

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

The error code associated with the recording operation.

Windows requirements

App capabilities
appCaptureSettings

Applies to