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.
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
'Declaration
Protected MustOverride Function GetDataProvidersImpl As DataProvider()
protected abstract DataProvider[] GetDataProvidersImpl()
protected:
virtual array<DataProvider^>^ GetDataProvidersImpl() abstract
abstract GetDataProvidersImpl : unit -> DataProvider[]
protected abstract function GetDataProvidersImpl() : DataProvider[]
Return Value
Type: array<Microsoft.VisualStudio.Data.DataProvider[]
Returns an array of DDEX provider objects.
.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.