ITableManager.Sources Propriedade

Definição

A lista de fontes atualmente associadas ao Gerenciador de tabelas.

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)

Valor da propriedade

IReadOnlyList<ITableDataSource>

Retorna IReadOnlyList<T>.

Comentários

A lista retornada é imutável e pode ser usada por qualquer thread.

Aplica-se a