ITableManager.Sources 属性

定义

当前与表管理器关联的源的列表。

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)

属性值

IReadOnlyList<ITableDataSource>

返回 IReadOnlyList<T>

注解

返回的列表是不可变的,并且可以由任何线程使用。

适用于