IVsDataConnectionDialog.AvailableSources 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.
A collection of GUIDs representing DDEX data sources that should be available for display in the Choose/Change Data Source dialog box.
public:
property System::Collections::Generic::ICollection<Guid> ^ AvailableSources { System::Collections::Generic::ICollection<Guid> ^ get(); };
public System.Collections.Generic.ICollection<Guid> AvailableSources { get; }
member this.AvailableSources : System.Collections.Generic.ICollection<Guid>
Public ReadOnly Property AvailableSources As ICollection(Of Guid)
Property Value
An ICollection object containing available GUIDs.