IVsDataConnectionDialog.AvailableSources Property
A collection of GUIDs representing DDEX data sources that should be available for display in the Choose/Change Data Source dialog box.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property AvailableSources As ICollection(Of Guid)
ICollection<Guid> AvailableSources { get; }
property ICollection<Guid>^ AvailableSources {
ICollection<Guid>^ get ();
}
abstract AvailableSources : ICollection<Guid> with get
function get AvailableSources () : ICollection<Guid>
Property Value
Type: System.Collections.Generic.ICollection<Guid>
An ICollection object containing available GUIDs.
Remarks
This collection is read/write, which enables you to add to the collection by using code like dataConnectionDialog.AvailableSources.Add(mySource).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.