다음을 통해 공유


ObjectReferenceTracker.DestroyList(Int32) 메서드

정의

이 메서드는 참조 추적에서 지정된 참조 목록을 삭제합니다.

public:
 void DestroyList(int refListID);
public void DestroyList (int refListID);
member this.DestroyList : int -> unit
Public Sub DestroyList (refListID As Integer)

매개 변수

refListID
Int32

삭제할 참조 목록의 참조 목록 ID입니다.

설명

매개 refListID 변수는 메서드를 사용하여 AddReference 목록이 새로 생성될 때 만들어집니다. 메서드는 AddReference 사용자에게 refListID반환되며 새로 만든 목록의 ID를 포함합니다. 이 반환 refListID 은 후속 호출에서 동일한 목록에 더 많은 참조를 추가하거나, 목록에 대한 참조를 제거하거나, 목록을 삭제하거나, 메서드를 SetListInfo 사용할 때 사용할 수 있습니다.

적용 대상