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 list of services for the current type as a collection of name/value pairs containing the service names and the corresponding IVsDataObjectService objects.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property Services As IDictionary(Of String, IVsDataObjectService)
IDictionary<string, IVsDataObjectService> Services { get; }
property IDictionary<String^, IVsDataObjectService^>^ Services {
IDictionary<String^, IVsDataObjectService^>^ get ();
}
abstract Services : IDictionary<string, IVsDataObjectService> with get
function get Services () : IDictionary<String, IVsDataObjectService>
Property Value
Type: System.Collections.Generic.IDictionary<String, IVsDataObjectService>
A list of services for the current type as a collection of name/value pairs containing the service names and the corresponding IVsDataObjectService objects.
.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.