TeamFoundationRequestContext.Items Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Декларация
Public ReadOnly Property Items As Dictionary(Of String, Object)
Get
public Dictionary<string, Object> Items { get; }
public:
property Dictionary<String^, Object^>^ Items {
Dictionary<String^, Object^>^ get ();
}
member Items : Dictionary<string, Object>
function get Items () : Dictionary<String, Object>
Property Value
Type: System.Collections.Generic.Dictionary<String, Object>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.