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)
public: array<CheckinNoteFieldDefinition^>^ GetCheckinNoteDefinitions( array<TeamProject^>^ teamProjects )
Parameters
- teamProjects
- Type: array<Microsoft.TeamFoundation.VersionControl.Client::TeamProject>
List of TeamProject objects to search through.
Return Value
Type: array<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: