IItemContainerGenerator.Remove(GeneratorPosition, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
移除一個或多個產生 (實現) 的項目。
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
必須參考前一個產生 (實現) 的項目,也就是說它的位移必須是零。