Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Function GetCheckinNoteDefinitionsForServerPaths ( _
serverItems As String() _
) As CheckinNoteFieldDefinition()
public CheckinNoteFieldDefinition[] GetCheckinNoteDefinitionsForServerPaths(
string[] serverItems
)
public:
array<CheckinNoteFieldDefinition^>^ GetCheckinNoteDefinitionsForServerPaths(
array<String^>^ serverItems
)
member GetCheckinNoteDefinitionsForServerPaths :
serverItems:string[] -> CheckinNoteFieldDefinition[]
public function GetCheckinNoteDefinitionsForServerPaths(
serverItems : String[]
) : CheckinNoteFieldDefinition[]
Parameters
- serverItems
Type: array<System.String[]
Server items to look up.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.CheckinNoteFieldDefinition[]
CheckinNoteFieldDefinition array that unions 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.