DataSourceManager.GetDataSourcesImpl Method
For internal use only.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected MustOverride Function GetDataSourcesImpl As DataSource()
protected abstract DataSource[] GetDataSourcesImpl()
protected:
virtual array<DataSource^>^ GetDataSourcesImpl() abstract
abstract GetDataSourcesImpl : unit -> DataSource[]
protected abstract function GetDataSourcesImpl() : DataSource[]
Return Value
Type: array<Microsoft.VisualStudio.Data.DataSource[]
The DataSource.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.