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.
Looks up the field definitions supported for checkin note data.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Function QueryCheckinNoteDefinition ( _
requestContext As TeamFoundationRequestContext, _
associatedServerItem As String() _
) As List(Of CheckinNoteFieldDefinition)
public List<CheckinNoteFieldDefinition> QueryCheckinNoteDefinition(
TeamFoundationRequestContext requestContext,
string[] associatedServerItem
)
public:
List<CheckinNoteFieldDefinition^>^ QueryCheckinNoteDefinition(
TeamFoundationRequestContext^ requestContext,
array<String^>^ associatedServerItem
)
member QueryCheckinNoteDefinition :
requestContext:TeamFoundationRequestContext *
associatedServerItem:string[] -> List<CheckinNoteFieldDefinition>
public function QueryCheckinNoteDefinition(
requestContext : TeamFoundationRequestContext,
associatedServerItem : String[]
) : List<CheckinNoteFieldDefinition>
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context.
associatedServerItem
Type: array<System.String[]array of server items to look up against.
Return Value
Type: System.Collections.Generic.List<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.