GeneratorPosition.Index Propriété

Définition

Obtient ou définit l’index relatif aux éléments générés (réalisés).

public:
 property int Index { int get(); void set(int value); };
public int Index { get; set; }
member this.Index : int with get, set
Public Property Index As Integer

Valeur de propriété

Int32

Index relatif aux éléments générés (réalisés).

Remarques

Ce struct représente la projection .NET du struct Windows Runtime (WinRT) GeneratorPosition . Pour plus d’informations, consultez GeneratorPosition dans la référence de l’API UWP.

-1 est une valeur spéciale qui fait référence à un élément fictif au début ou à la fin de la liste d’éléments.

S’applique à