IItemContainerGenerator.Remove(GeneratorPosition, Int32) Метод

Определение

Удаляет один или несколько сгенерированных (реализованных) элементов.

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)

Параметры

position
GeneratorPosition

Индекс типа Int32 удаляемого элемента. Параметр position должен ссылаться на ранее созданный (реализованный) элемент, то есть его смещение должно равняться нулю.

count
Int32

Значение типа Int32, представляющее количество удаляемых элементов, начиная с position.

Применяется к