Compartir a través de


ITableDataSink.RemoveEntries(IReadOnlyList<ITableEntry>) Método

Definición

Quite los s especificados 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))

Parámetros

Comentarios

oldEntries debe ser inmutable o invocable desde cualquier subproceso.

Se aplica a