Share via


IVsDataObjectType.Services Property

Definition

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.

public:
 property System::Collections::Generic::IDictionary<System::String ^, Microsoft::VisualStudio::Data::Services::IVsDataObjectService ^> ^ Services { System::Collections::Generic::IDictionary<System::String ^, Microsoft::VisualStudio::Data::Services::IVsDataObjectService ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Microsoft.VisualStudio.Data.Services.IVsDataObjectService> Services { get; }
member this.Services : System.Collections.Generic.IDictionary<string, Microsoft.VisualStudio.Data.Services.IVsDataObjectService>
Public ReadOnly Property Services As IDictionary(Of String, IVsDataObjectService)

Property Value

A list of services for the current type as a collection of name/value pairs containing the service names and the corresponding IVsDataObjectService objects.

Applies to