Partilhar via


Propriedade IVsDataObjectType.Services

Obtém uma lista de serviços para o tipo atual como uma coleção de pares nome/valor que contêm os nomes de serviço e IVsDataObjectService correspondente objetos.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
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>
function get Services () : IDictionary<String, IVsDataObjectService>

Valor de propriedade

Tipo: System.Collections.Generic.IDictionary<String, IVsDataObjectService>
Uma lista de serviços para o tipo atual como uma coleção de nome/valor emparelha para conter os nomes de serviço e de objetos correspondentes de IVsDataObjectService .

Segurança do .NET Framework

Consulte também

Referência

IVsDataObjectType Interface

Namespace Microsoft.VisualStudio.Data.Services