ItemContainerGenerator.IItemContainerGenerator.Remove Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.
virtual void System.Windows.Controls.Primitives.IItemContainerGenerator.Remove(System::Windows::Controls::Primitives::GeneratorPosition position, int count) = System::Windows::Controls::Primitives::IItemContainerGenerator::Remove;
void IItemContainerGenerator.Remove (System.Windows.Controls.Primitives.GeneratorPosition position, int count);
abstract member System.Windows.Controls.Primitives.IItemContainerGenerator.Remove : System.Windows.Controls.Primitives.GeneratorPosition * int -> unit
override this.System.Windows.Controls.Primitives.IItemContainerGenerator.Remove : System.Windows.Controls.Primitives.GeneratorPosition * int -> unit
Sub Remove (position As GeneratorPosition, count As Integer) Implements IItemContainerGenerator.Remove
Parameters
- position
- GeneratorPosition
Removes one or more generated (realized) items.
- count
- Int32
The Int32 number of elements to remove, starting at position
.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.