This method is for internal use only and is not to be called.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'宣言
Protected MustOverride Function GetDataProvidersImpl As DataProvider()
'使用
Dim returnValue As DataProvider()
returnValue = Me.GetDataProvidersImpl()
protected abstract DataProvider[] GetDataProvidersImpl()
protected:
virtual array<DataProvider^>^ GetDataProvidersImpl() abstract
protected abstract function GetDataProvidersImpl() : DataProvider[]
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.