This documentation is archived and is not being maintained.
VersionControlServer.GetCheckinNoteDefinitions 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 GetCheckinNoteDefinitions ( _ teamProjects As TeamProject() _ ) As CheckinNoteFieldDefinition()
Parameters
- teamProjects
- Type: Microsoft.TeamFoundation.VersionControl.Client.TeamProject()
List of TeamProject objects to search through.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.CheckinNoteFieldDefinition()CheckinNoteFieldDefinition array that combines 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: