Freigeben über


TeamFoundationVersionControlService.QueryCheckinNoteFieldNames-Methode

Gibt eine Liste aller Feldern für Eincheckhinweise zurück, die eine in der Datenbank verwendet wurden.

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

Syntax

'Declaration
Public Function QueryCheckinNoteFieldNames ( _
    requestContext As TeamFoundationRequestContext _
) As List(Of String)
public List<string> QueryCheckinNoteFieldNames(
    TeamFoundationRequestContext requestContext
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.List<String>
Liste von Eincheckhinweisfeldnamen.

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationVersionControlService Klasse

Microsoft.TeamFoundation.VersionControl.Server-Namespace