ITableManager.GetColumnsForSources Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.