Proprietà TeamFoundationRequestContext.Items

Un contenitore di proprietà per archiviare gli elementi nel contesto della richiesta.Le parole che iniziano con “$" sono riservate.

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property Items As Dictionary(Of String, Object)
public virtual Dictionary<string, Object> Items { get; }

Valore proprietà

Tipo: System.Collections.Generic.Dictionary<String, Object>
Restituisca il valore Dictionary<TKey, TValue>.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TeamFoundationRequestContext Classe

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server