Repository4.QueryItems 方法
傳回一組項目陣列所指定的項目相關資訊。
"的郵件"參數支援萬用字元和所有的遞迴型別。
版本參數會指定版本的項目會接收。
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, _
itemPropertyFilters As String(), _
itemAttributeFilters As String() _
) 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,
string[] itemPropertyFilters,
string[] itemAttributeFilters
)
參數
- workspaceName
型別:System.String
- workspaceOwner
型別:System.String
- items
型別:array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
項目規格物件含有 serverItems 和遞迴旗標陣列,
- version
型別:Microsoft.TeamFoundation.VersionControl.Server.VersionSpec
版本規範。
- deletedState
型別:Microsoft.TeamFoundation.VersionControl.Server.DeletedState
決定是否未刪除、 已刪除,或會傳回所有項目。
- generateDownloadUrls
型別:System.Boolean
- options
型別:System.Int32
- itemPropertyFilters
型別:array<System.String[]
- itemAttributeFilters
型別:array<System.String[]
傳回值
型別:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<ItemSet>
傳回 StreamingCollection<T>。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。