Share via


IVsDataConnectionDialog.AvailableProviders Property

Definition

Gets a collection of unique identifiers for DDEX providers that are currently available for selection in the Choose/Change Data Source dialog box.

public:
 property System::Collections::Generic::ICollection<Guid> ^ AvailableProviders { System::Collections::Generic::ICollection<Guid> ^ get(); };
public System.Collections.Generic.ICollection<Guid> AvailableProviders { get; }
member this.AvailableProviders : System.Collections.Generic.ICollection<Guid>
Public ReadOnly Property AvailableProviders As ICollection(Of Guid)

Property Value

An ICollection object that contains a collection of unique identifiers for the current set of available DDEX providers.

Applies to