Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- 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.