Repository.QueryItems 方法
如需項目陣列中指定之一組傳回資訊的項目。
「Item」參數不支援萬用字元和所有遞迴型別。
版本參數指定項目版本為何要接收。
WorkspaceVersionSpec 可能指定,在這種情況下,在該工作區中的 LocalVersion 資料表中的情況下顯示的項目才會傳回。
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
<WebMethodAttribute> _
Public Function QueryItems ( _
workspaceName As String, _
workspaceOwner As String, _
items As ItemSpec(), _
version As VersionSpec, _
deletedState As DeletedState, _
itemType As ItemType, _
generateDownloadUrls As Boolean, _
options As Integer _
) As StreamingCollection(Of ItemSet)
[WebMethodAttribute]
public StreamingCollection<ItemSet> QueryItems(
string workspaceName,
string workspaceOwner,
ItemSpec[] items,
VersionSpec version,
DeletedState deletedState,
ItemType itemType,
bool generateDownloadUrls,
int options
)
參數
- workspaceName
型別:System.String
- workspaceOwner
型別:System.String
- items
型別:array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
陣列包含 serverItems 和遞迴旗標的 ItemSpec 物件。
- version
型別:Microsoft.TeamFoundation.VersionControl.Server.VersionSpec
版本規範。
- deletedState
型別:Microsoft.TeamFoundation.VersionControl.Server.DeletedState
決定非刪除,刪除,或所有項目是否傳回。
- generateDownloadUrls
型別:System.Boolean
- options
型別:System.Int32
傳回值
型別:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<ItemSet>
傳回 StreamingCollection<T>。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。