Partilhar via


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

Definição

Remova os 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

Comentários

oldEntries deve ser imutável/chamável de qualquer thread.

Aplica-se a