This documentation is archived and is not being maintained.
VersionControlServer.GetCheckinNoteDefinitionsForServerPaths Method
Visual Studio 2013
Gets the CheckinNoteFieldDefinition objects supported for CheckinNote data.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
'Declaration Public Function GetCheckinNoteDefinitionsForServerPaths ( _ serverItems As String() _ ) As CheckinNoteFieldDefinition()
Parameters
- serverItems
- Type: System.String()
Server items to look up.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.CheckinNoteFieldDefinition()CheckinNoteFieldDefinition array that unions the fields of the server items.
- 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.
Show: