Compartir a través de


TeamFoundationServiceHost.Items (Propiedad)

La colección de elementos permite que otras en el sistema almacenar datos con nombre en el contexto de un único host del servicio.

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Server
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

'Declaración
Public ReadOnly Property Items As Dictionary(Of String, Object)
public Dictionary<string, Object> Items { get; }

Valor de propiedad

Tipo: System.Collections.Generic.Dictionary<String, Object>
Devuelva Dictionary<TKey, TValue>.

Seguridad de .NET Framework

Vea también

Referencia

TeamFoundationServiceHost Clase

Microsoft.TeamFoundation.Framework.Server (Espacio de nombres)