ITableManager.Sources Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Retorna IReadOnlyList<T>.
Comentários
A lista retornada é imutável e pode ser usada por qualquer thread.