LinedFlowLayoutItemsInfoRequestedEventArgs.ItemsRangeRequestedLength Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nombre d’éléments pour lesquels des informations de dimensionnement sont demandées.
public:
property int ItemsRangeRequestedLength { int get(); };
int ItemsRangeRequestedLength();
public int ItemsRangeRequestedLength { get; }
var int32 = linedFlowLayoutItemsInfoRequestedEventArgs.itemsRangeRequestedLength;
Public ReadOnly Property ItemsRangeRequestedLength As Integer
Valeur de propriété
int
Valeur supérieure à 0 qui indique la longueur de plage des informations de dimensionnement d’élément demandées.
Remarques
La plage demandée commence à l’index ItemsRangeStartIndex
et se termine à l’index ItemsRangeStartIndex
+ ItemsRangeRequestedLength
- 1.