Share via


TeamFoundationVersionControlService.QueryCheckinNoteDefinition 方法

签入说明数据查找支持的字段定义。

命名空间:  Microsoft.TeamFoundation.VersionControl.Server
程序集:  Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)

语法

声明
Public Function QueryCheckinNoteDefinition ( _
    requestContext As TeamFoundationRequestContext, _
    associatedServerItem As String() _
) As List(Of CheckinNoteFieldDefinition)
public List<CheckinNoteFieldDefinition> QueryCheckinNoteDefinition(
    TeamFoundationRequestContext requestContext,
    string[] associatedServerItem
)

参数

  • associatedServerItem
    类型:array<System.String[]
    某些查找的服务器项目。

返回值

类型:System.Collections.Generic.List<CheckinNoteFieldDefinition>
该 CheckinNoteFieldDefinition 的数组联合服务器项目的字段。

.NET Framework 安全性

请参阅

参考

TeamFoundationVersionControlService 类

Microsoft.TeamFoundation.VersionControl.Server 命名空间