IVsDataSource.GetProviders Method

Definition

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.

Applies to