TeamProject.SetCheckinNoteFields Method
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)
Syntax
'Декларация
Public Sub SetCheckinNoteFields ( _
checkinNoteFields As CheckinNoteFieldDefinition() _
)
public void SetCheckinNoteFields(
CheckinNoteFieldDefinition[] checkinNoteFields
)
public:
void SetCheckinNoteFields(
array<CheckinNoteFieldDefinition^>^ checkinNoteFields
)
member SetCheckinNoteFields :
checkinNoteFields:CheckinNoteFieldDefinition[] -> unit
public function SetCheckinNoteFields(
checkinNoteFields : CheckinNoteFieldDefinition[]
)
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.
.NET Framework Security
- 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.