Share via


ITableManager.Sources Property

Definition

The list of sources currently associated with the table manager.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::Shell::TableManager::ITableDataSource ^> ^ Sources { System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::Shell::TableManager::ITableDataSource ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.TableManager.ITableDataSource> Sources { get; }
member this.Sources : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.TableManager.ITableDataSource>
Public ReadOnly Property Sources As IReadOnlyList(Of ITableDataSource)

Property Value

Returns IReadOnlyList<T>.

Remarks

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

Applies to