ITableDataSink.RemoveEntries(IReadOnlyList<ITableEntry>) 方法

定义

删除指定的 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))

参数

注解

oldEntries 必须不可变/可从任何线程调用。

适用于