DataProviderManager.GetDataProvidersImpl Method

Definition

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.

Applies to