Freigeben über


ContainersController.GetItems-Methode

Ruft den angegebenen Container ab.

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

Syntax

'Declaration
<HttpGetAttribute> _
<TraceFilterAttribute(, )> _
Public Function GetItems ( _
    containerId As Long, _
    itemPath As String, _
    metadata As Boolean _
) As HttpResponseMessage
[HttpGetAttribute]
[TraceFilterAttribute(, )]
public HttpResponseMessage GetItems(
    long containerId,
    string itemPath,
    bool metadata
)

Parameter

Rückgabewert

Typ: System.Net.Http.HttpResponseMessage

.NET Framework-Sicherheit

Siehe auch

Referenz

ContainersController Klasse

Microsoft.TeamFoundation.Framework.Server-Namespace