Compartilhar via


Propriedade ServicingContext.Items

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxe

'Declaração
Public ReadOnly Property Items As IDictionary(Of String, Object)
public IDictionary<string, Object> Items { get; }

Valor de propriedade

Tipo: System.Collections.Generic.IDictionary<String, Object>
Retorna IDictionary<TKey, TValue>.

Segurança do .NET Framework

Consulte também

Referência

ServicingContext Classe

Namespace Microsoft.TeamFoundation.Framework.Server