TeamFoundationVersionControlService.QueryCheckinNoteDefinition Method

Looks up the field definitions supported for checkin note data.

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

Syntax

'Declaration
Public Function QueryCheckinNoteDefinition ( _
    requestContext As TeamFoundationRequestContext, _
    associatedServerItem As String() _
) As List(Of CheckinNoteFieldDefinition)
public List<CheckinNoteFieldDefinition> QueryCheckinNoteDefinition(
    TeamFoundationRequestContext requestContext,
    string[] associatedServerItem
)
public:
List<CheckinNoteFieldDefinition^>^ QueryCheckinNoteDefinition(
    TeamFoundationRequestContext^ requestContext, 
    array<String^>^ associatedServerItem
)
member QueryCheckinNoteDefinition : 
        requestContext:TeamFoundationRequestContext * 
        associatedServerItem:string[] -> List<CheckinNoteFieldDefinition> 
public function QueryCheckinNoteDefinition(
    requestContext : TeamFoundationRequestContext, 
    associatedServerItem : String[]
) : List<CheckinNoteFieldDefinition>

Parameters

  • associatedServerItem
    Type: array<System.String[]

    array of server items to look up against.

Return Value

Type: System.Collections.Generic.List<CheckinNoteFieldDefinition>
CheckinNoteFieldDefinition array that unions the fields of the server items.

.NET Framework Security

See Also

Reference

TeamFoundationVersionControlService Class

Microsoft.TeamFoundation.VersionControl.Server Namespace