Freigeben über


TeamFoundationVersionControlService.QueryCheckinNoteDefinition-Methode

Sucht die Felddefinitionen, die nach Eincheckhinweisdaten unterstützt werden.

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
)

Parameter

  • associatedServerItem
    Typ: array<System.String[]
    Array Serverelemente, dass gesucht wird.

Rückgabewert

Typ: System.Collections.Generic.List<CheckinNoteFieldDefinition>
Dies CheckinNoteFieldDefinitions-Array Unions die Felder der Serverelemente.

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationVersionControlService Klasse

Microsoft.TeamFoundation.VersionControl.Server-Namespace