LinedFlowLayout.RequestedRangeStartIndex 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前使用 ItemsInfoRequested 事件所提供的重設大小資訊之專案的最小索引。 值 -1 表示未使用任何重 ItemsInfoRequested
設大小資訊。
public:
property int RequestedRangeStartIndex { int get(); };
int RequestedRangeStartIndex();
public int RequestedRangeStartIndex { get; }
var int32 = linedFlowLayout.requestedRangeStartIndex;
Public ReadOnly Property RequestedRangeStartIndex As Integer
屬性值
Int32
int
目前使用 ItemsInfoRequested 事件所提供的大小資訊的專案最小索引, (大於或等於 0 且小於來源集合大小) ,或 -1 表示沒有專案使用透過 ItemsInfoRequested
事件提供的大小資訊時。