ServicingContext.Items Property

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

Syntax

‘선언
Public ReadOnly Property Items As IDictionary(Of String, Object)
    Get
public IDictionary<string, Object> Items { get; }
public:
property IDictionary<String^, Object^>^ Items {
    IDictionary<String^, Object^>^ get ();
}
member Items : IDictionary<string, Object>
function get Items () : IDictionary<String, Object>

Property Value

Type: System.Collections.Generic.IDictionary<String, Object>

.NET Framework Security

See Also

Reference

ServicingContext Class

Microsoft.TeamFoundation.Framework.Server Namespace