Freigeben über


ITableManager.GetColumnsForSources Method

Definition

Get the union of all columns provided by any of the data sources in sources.

public:
 System::Collections::Generic::IReadOnlyList<System::String ^> ^ GetColumnsForSources(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Shell::TableManager::ITableDataSource ^> ^ sources);
public System.Collections.Generic.IReadOnlyList<string> GetColumnsForSources (System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Shell.TableManager.ITableDataSource> sources);
abstract member GetColumnsForSources : seq<Microsoft.VisualStudio.Shell.TableManager.ITableDataSource> -> System.Collections.Generic.IReadOnlyList<string>
Public Function GetColumnsForSources (sources As IEnumerable(Of ITableDataSource)) As IReadOnlyList(Of String)

Parameters

sources
IEnumerable<ITableDataSource>

The sources.

Returns

Returns IReadOnlyList<T>.

Remarks

The returned list is immutable and can be used by any thread.

Applies to