This documentation is archived and is not being maintained.
TeamProject::SetCheckinNoteFields Method
Visual Studio 2013
Creates a new set of field definitions that is associated with this project.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: void SetCheckinNoteFields( array<CheckinNoteFieldDefinition^>^ checkinNoteFields )
Parameters
- checkinNoteFields
- Type: array<Microsoft.TeamFoundation.VersionControl.Client::CheckinNoteFieldDefinition>
An array of check-in note field definitions. Specify null or an empty array to clear the policies for this project.
- 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: