VersionControlServer.GetCheckinNoteDefinitions Method
Gets the CheckinNoteFieldDefinition objects supported for CheckinNote data.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Декларация
Public Function GetCheckinNoteDefinitions ( _
teamProjects As TeamProject() _
) As CheckinNoteFieldDefinition()
public CheckinNoteFieldDefinition[] GetCheckinNoteDefinitions(
TeamProject[] teamProjects
)
public:
array<CheckinNoteFieldDefinition^>^ GetCheckinNoteDefinitions(
array<TeamProject^>^ teamProjects
)
member GetCheckinNoteDefinitions :
teamProjects:TeamProject[] -> CheckinNoteFieldDefinition[]
public function GetCheckinNoteDefinitions(
teamProjects : TeamProject[]
) : CheckinNoteFieldDefinition[]
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.
.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.