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 命名空間