Поделиться через


ITableDataSink.ReplaceEntries Метод

Определение

Удалите oldEntries и добавьте newEntries.

public:
 void ReplaceEntries(System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::Shell::TableManager::ITableEntry ^> ^ oldEntries, System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::Shell::TableManager::ITableEntry ^> ^ newEntries);
public void ReplaceEntries (System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.TableManager.ITableEntry> oldEntries, System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.TableManager.ITableEntry> newEntries);
abstract member ReplaceEntries : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.TableManager.ITableEntry> * System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.TableManager.ITableEntry> -> unit
Public Sub ReplaceEntries (oldEntries As IReadOnlyList(Of ITableEntry), newEntries As IReadOnlyList(Of ITableEntry))

Параметры

Комментарии

oldEntries и newEntries должны быть неизменяемыми или вызываемыми из любого потока.

Применяется к