Compartir a través de


TeamFoundationRequestContext.Items (Propiedad)

Un contenedor de propiedades para almacenar elementos en el contexto de la solicitud.Se reservan las palabras que empiezan por “$”.

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

Sintaxis

'Declaración
Public Overridable ReadOnly Property Items As Dictionary(Of String, Object)
public virtual 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

TeamFoundationRequestContext Clase

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