IVsDataConnectionDialog.AvailableProviders Property
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 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.