Udostępnij za pośrednictwem


ITableDataSink.ReplaceEntries Metoda

Definicja

Usuń oldEntries i dodaj newEntrieselement .

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))

Parametry

Uwagi

oldEntries i newEntries musi być niezmienny/wywoływany z dowolnego wątku.

Dotyczy