IVsDataSourceManager.Sources Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a dictionary of all registered DDEX data sources.
public:
property System::Collections::Generic::IDictionary<Guid, Microsoft::VisualStudio::Data::Core::IVsDataSource ^> ^ Sources { System::Collections::Generic::IDictionary<Guid, Microsoft::VisualStudio::Data::Core::IVsDataSource ^> ^ get(); };
public System.Collections.Generic.IDictionary<Guid,Microsoft.VisualStudio.Data.Core.IVsDataSource> Sources { get; }
member this.Sources : System.Collections.Generic.IDictionary<Guid, Microsoft.VisualStudio.Data.Core.IVsDataSource>
Public ReadOnly Property Sources As IDictionary(Of Guid, IVsDataSource)
Property Value
A dictionary of all registered DDEX data sources.