Share via


IVsDataObjectType.Services Property

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

See Also

Reference

IVsDataObjectType Interface

Microsoft.VisualStudio.Data.Services Namespace