DataProviderManager.GetDataProvider(Guid) 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 a DDEX provider using the specified GUID.
public:
Microsoft::VisualStudio::Data::DataProvider ^ GetDataProvider(Guid provider);
public Microsoft.VisualStudio.Data.DataProvider GetDataProvider (Guid provider);
member this.GetDataProvider : Guid -> Microsoft.VisualStudio.Data.DataProvider
Public Function GetDataProvider (provider As Guid) As DataProvider
Parameters
- provider
- Guid
A DDEX provider GUID.
Returns
Returns a DDEX provider object instance specified by a GUID.