AppCaptureSettings.HistoricalBufferLengthUnit プロパティ

定義

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

注意

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

public:
 property AppCaptureHistoricalBufferLengthUnit HistoricalBufferLengthUnit { AppCaptureHistoricalBufferLengthUnit get(); void set(AppCaptureHistoricalBufferLengthUnit value); };
AppCaptureHistoricalBufferLengthUnit HistoricalBufferLengthUnit();

void HistoricalBufferLengthUnit(AppCaptureHistoricalBufferLengthUnit value);
public AppCaptureHistoricalBufferLengthUnit HistoricalBufferLengthUnit { get; set; }
var appCaptureHistoricalBufferLengthUnit = appCaptureSettings.historicalBufferLengthUnit;
appCaptureSettings.historicalBufferLengthUnit = appCaptureHistoricalBufferLengthUnit;
Public Property HistoricalBufferLengthUnit As AppCaptureHistoricalBufferLengthUnit

プロパティ値

履歴バッファー長の単位。

Windows の要件

アプリの機能
appCaptureSettings

適用対象

こちらもご覧ください