ITableManager.Sources Property
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.
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.