Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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()
'Usage
Dim returnValue As DataSource()
returnValue = Me.GetDataSourcesImpl()
protected abstract DataSource[] GetDataSourcesImpl()
protected:
virtual array<DataSource^>^ GetDataSourcesImpl() abstract
protected abstract function GetDataSourcesImpl() : DataSource[]
Return Value
Type: array<Microsoft.VisualStudio.Data.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.