Condividi tramite


LinedFlowLayoutItemsInfoRequestedEventArgs.ItemsRangeRequestedLength Proprietà

Definizione

Ottiene il numero di elementi per i quali sono richieste informazioni di ridimensionamento.

public:
 property int ItemsRangeRequestedLength { int get(); };
int ItemsRangeRequestedLength();
public int ItemsRangeRequestedLength { get; }
var int32 = linedFlowLayoutItemsInfoRequestedEventArgs.itemsRangeRequestedLength;
Public ReadOnly Property ItemsRangeRequestedLength As Integer

Valore della proprietà

Int32

int

Valore maggiore di 0 che indica la lunghezza dell'intervallo delle informazioni di ridimensionamento dell'elemento richiesto.

Commenti

L'intervallo richiesto inizia all'indice e termina all'indice ItemsRangeStartIndexItemsRangeStartIndex + ItemsRangeRequestedLength - 1.

Si applica a