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
- requestContext 
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext- The request context. 
Return Value
Type: System.Collections.Generic.List<String>
List of checkin note field names.
.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.