LowLagPhotoSequenceControl.PastPhotoLimit 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指定要儲存的過去相片數目。
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
屬性值
要儲存的過去相片數目。 若要判斷可以儲存的過去相片數目上限,請檢查 MaxPastPhotos 屬性。
備註
若要判斷可以儲存的過去相片數目上限,請檢查 MaxPastPhotos 屬性。
過去相片的實際數目不能超過 MaxPastPhotos,這是驅動程式支援的過去相片數目上限。 傳回的過去相片數目會是下列值的較小值:PastPhotoLimit、 MaxPastPhotos或目前可用的過去相片數目。