Partilhar via


Método Repository5.CreateCheckinNoteDefinition

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

Sintaxe

'Declaração
<WebMethodAttribute> _
Public Sub CreateCheckinNoteDefinition ( _
    associatedServerItem As String, _
    checkinNoteFields As CheckinNoteFieldDefinition(), _
    maxClientPathLength As Integer _
)
[WebMethodAttribute]
public void CreateCheckinNoteDefinition(
    string associatedServerItem,
    CheckinNoteFieldDefinition[] checkinNoteFields,
    int maxClientPathLength
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

Repository5 Classe

Namespace Microsoft.TeamFoundation.VersionControl.Server