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
)
參數
- requestContext
型別:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
要求內容。
- associatedServerItem
型別:array<System.String[]
某些搜尋的伺服器項目物件。
傳回值
型別:System.Collections.Generic.List<CheckinNoteFieldDefinition>
該 CheckinNoteFieldDefinition 陣列等位伺服器項目的欄位。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。