Sdílet prostřednictvím


ITableDataSink.RemoveEntries(IReadOnlyList<ITableEntry>) Metoda

Definice

Odeberte zadané 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))

Parametry

Poznámky

oldEntries musí být neměnný/volatelný z libovolného vlákna.

Platí pro