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)
IDictionary<Guid, IVsDataSource> Sources { get; }
property IDictionary<Guid, IVsDataSource^>^ Sources {
    IDictionary<Guid, IVsDataSource^>^ get ();
}
abstract Sources : IDictionary<Guid, IVsDataSource> with 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

Microsoft.VisualStudio.Data.Core Namespace