DataProviderManager.GetDataProvidersImpl Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method is for internal use only and is not to be called.
protected:
abstract cli::array <Microsoft::VisualStudio::Data::DataProvider ^> ^ GetDataProvidersImpl();
protected abstract Microsoft.VisualStudio.Data.DataProvider[] GetDataProvidersImpl ();
abstract member GetDataProvidersImpl : unit -> Microsoft.VisualStudio.Data.DataProvider[]
Protected MustOverride Function GetDataProvidersImpl () As DataProvider()
Returns
Returns an array of DDEX provider objects.