次の方法で共有


AppCaptureSettings.HistoricalBufferLength プロパティ

定義

バッファーの履歴の長さを取得または設定します。

注意

この API は、すべての Windows アプリで使用できるわけではありません。 開発者アカウントが Microsoft によって特別にプロビジョニングされていない限り、これらの API の呼び出しは実行時に失敗します。

public:
 property unsigned int HistoricalBufferLength { unsigned int get(); void set(unsigned int value); };
uint32_t HistoricalBufferLength();

void HistoricalBufferLength(uint32_t value);
public uint HistoricalBufferLength { get; set; }
var uInt32 = appCaptureSettings.historicalBufferLength;
appCaptureSettings.historicalBufferLength = uInt32;
Public Property HistoricalBufferLength As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

履歴バッファーの長さ。

Windows の要件

アプリの機能
appCaptureSettings

適用対象

こちらもご覧ください