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은 이전에 생성(표시)된 항목을 참조해야 하므로 해당 오프셋은 0이어야 합니다.

count
Int32

제거할 Int32 요소의 수(position에서 시작)입니다.

적용 대상