Share via


ITableDataSink.RemoveEntries(IReadOnlyList<ITableEntry>) Method

Definition

Remove the specified ITableEntrys.

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))

Parameters

Remarks

oldEntries must be immutable/callable from any thread.

Applies to