共用方式為


LowLagPhotoSequenceControl.PastPhotoLimit 屬性

定義

取得或設定值,指定要儲存的過去相片數目。

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

void PastPhotoLimit(uint32_t value);
public uint PastPhotoLimit { get; set; }
var uInt32 = lowLagPhotoSequenceControl.pastPhotoLimit;
lowLagPhotoSequenceControl.pastPhotoLimit = uInt32;
Public Property PastPhotoLimit As UInteger

屬性值

UInt32

unsigned int

uint32_t

要儲存的過去相片數目。 若要判斷可以儲存的過去相片數目上限,請檢查 MaxPastPhotos 屬性。

備註

若要判斷可以儲存的過去相片數目上限,請檢查 MaxPastPhotos 屬性。

過去相片的實際數目不能超過 MaxPastPhotos,這是驅動程式支援的過去相片數目上限。 傳回的過去相片數目會是下列值的較小值:PastPhotoLimit、 MaxPastPhotos或目前可用的過去相片數目。

適用於