For internal use only.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'宣言
Protected MustOverride Function GetDataSourcesImpl As DataSource()
'使用
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: []
Permissions
- 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.