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

適用対象