Repository.QueryItemsExtended 方法
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
<WebMethodAttribute> _
Public Function QueryItemsExtended ( _
workspaceName As String, _
workspaceOwner As String, _
items As ItemSpec(), _
deletedState As DeletedState, _
itemType As ItemType, _
options As Integer _
) As List(Of StreamingCollection(Of ExtendedItem))
[WebMethodAttribute]
public List<StreamingCollection<ExtendedItem>> QueryItemsExtended(
string workspaceName,
string workspaceOwner,
ItemSpec[] items,
DeletedState deletedState,
ItemType itemType,
int options
)
參數
- workspaceName
型別:System.String
- workspaceOwner
型別:System.String
- items
型別:array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
- deletedState
型別:Microsoft.TeamFoundation.VersionControl.Server.DeletedState
- options
型別:System.Int32
傳回值
型別:System.Collections.Generic.List<StreamingCollection<ExtendedItem>>
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。