DataProviderManager.GetDataProviders 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.
Retrieves an array containing all registered DDEX providers.
public:
cli::array <Microsoft::VisualStudio::Data::DataProvider ^> ^ GetDataProviders();
public Microsoft.VisualStudio.Data.DataProvider[] GetDataProviders ();
member this.GetDataProviders : unit -> Microsoft.VisualStudio.Data.DataProvider[]
Public Function GetDataProviders () As DataProvider()
Returns
Returns an array of DDEX provider objects.