TeamFoundationVersionControlService.QueryCheckinNoteFieldNames Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Function QueryCheckinNoteFieldNames ( _
requestContext As TeamFoundationRequestContext _
) As List(Of String)
public List<string> QueryCheckinNoteFieldNames(
TeamFoundationRequestContext requestContext
)
public:
List<String^>^ QueryCheckinNoteFieldNames(
TeamFoundationRequestContext^ requestContext
)
member QueryCheckinNoteFieldNames :
requestContext:TeamFoundationRequestContext -> List<string>
public function QueryCheckinNoteFieldNames(
requestContext : TeamFoundationRequestContext
) : List<String>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: System.Collections.Generic.List<String>
.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.