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

적용 대상