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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.