Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Get
IDictionary<string, IVsDataObjectService> Services { get; }
property IDictionary<String^, IVsDataObjectService^>^ Services {
IDictionary<String^, IVsDataObjectService^>^ get ();
}
abstract Services : IDictionary<string, IVsDataObjectService>
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.