IItemContainerGenerator.Remove(GeneratorPosition, Int32) Méthode
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.
Supprime un ou plusieurs éléments générés (réalisés).
public:
void Remove(System::Windows::Controls::Primitives::GeneratorPosition position, int count);
public void Remove (System.Windows.Controls.Primitives.GeneratorPosition position, int count);
abstract member Remove : System.Windows.Controls.Primitives.GeneratorPosition * int -> unit
Public Sub Remove (position As GeneratorPosition, count As Integer)
Paramètres
- position
- GeneratorPosition
Index Int32 de l'élément à supprimer. position
doit faire référence à un élément précédemment généré (réalisé), ce qui signifie que son offset doit être égal à zéro.