共用方式為


ITableDataSink.RemoveEntries(IReadOnlyList<ITableEntry>) 方法

定義

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

參數

備註

oldEntries 必須是任何線程的不可變/可呼叫。

適用於