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 或当前可用的过去照片数。