共用方式為


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

適用於

另請參閱