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
- 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.