IVsDataSource.GetProviders 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.
Gets the DDEX providers that support this DDEX data source.
public:
cli::array <Guid> ^ GetProviders();
public Guid[] GetProviders ();
abstract member GetProviders : unit -> Guid[]
Public Function GetProviders () As Guid()
Returns
Guid[]
An array of DDEX provider identifiers that represent the valid, registered DDEX providers that support this DDEX data source.