Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.