Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
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.