ITableDataSink.RemoveEntries(IReadOnlyList<ITableEntry>) 메서드

정의

지정된 ITableEntry를 제거합니다.

public:
 void RemoveEntries(System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::Shell::TableManager::ITableEntry ^> ^ oldEntries);
public void RemoveEntries (System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.TableManager.ITableEntry> oldEntries);
abstract member RemoveEntries : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.TableManager.ITableEntry> -> unit
Public Sub RemoveEntries (oldEntries As IReadOnlyList(Of ITableEntry))

매개 변수

설명

oldEntries 는 모든 스레드에서 변경할 수 없음/호출 가능해야 합니다.

적용 대상