IItemContainerGenerator.Remove(GeneratorPosition, Int32) 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.
Removes one or more generated (realized) items.
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)
Parameters
- position
- GeneratorPosition
The Int32 index of the element to remove. position
must refer to a previously generated (realized) item, which means its offset must be zero.
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.