TeamFoundationVersionControlService.QueryCheckinNoteFieldNames Method

Returns a list of all of the checkin note fields that have ever been used in this database.

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
)
public:
List<String^>^ QueryCheckinNoteFieldNames(
    TeamFoundationRequestContext^ requestContext
)
member QueryCheckinNoteFieldNames : 
        requestContext:TeamFoundationRequestContext -> List<string> 
public function QueryCheckinNoteFieldNames(
    requestContext : TeamFoundationRequestContext
) : List<String>

Parameters

Return Value

Type: System.Collections.Generic.List<String>
List of checkin note field names.

.NET Framework Security

See Also

Reference

TeamFoundationVersionControlService Class

Microsoft.TeamFoundation.VersionControl.Server Namespace