AppCaptureSettings.HistoricalBufferLengthUnit プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
履歴バッファー長の単位を取得または設定します。
注意
この 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
|