Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
'Usage
Dim instance As IVsDataConnectionDialog
Dim value As ICollection(Of Guid)
value = instance.AvailableSources
ICollection<Guid> AvailableSources { get; }
property ICollection<Guid>^ AvailableSources {
ICollection<Guid>^ 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.
See Also
Reference
IVsDataConnectionDialog Interface