Share via


IVsDataSourceManager.Sources Property

Gets a dictionary of all registered DDEX data sources.

Namespace:  Microsoft.VisualStudio.Data.Core
Assembly:  Microsoft.VisualStudio.Data.Core (in Microsoft.VisualStudio.Data.Core.dll)

Syntax

'Declaration
ReadOnly Property Sources As IDictionary(Of Guid, IVsDataSource)
'Usage
Dim instance As IVsDataSourceManager 
Dim value As IDictionary(Of Guid, IVsDataSource)

value = instance.Sources
IDictionary<Guid, IVsDataSource> Sources { get; }
property IDictionary<Guid, IVsDataSource^>^ Sources {
    IDictionary<Guid, IVsDataSource^>^ get ();
}
function get Sources () : IDictionary<Guid, IVsDataSource>

Property Value

Type: System.Collections.Generic.IDictionary<Guid, IVsDataSource>
A dictionary of all registered DDEX data sources.

.NET Framework Security

See Also

Reference

IVsDataSourceManager Interface

IVsDataSourceManager Members

Microsoft.VisualStudio.Data.Core Namespace