Método Repository.QueryItemsExtended
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (em Microsoft.TeamFoundation.VersionControl.Server.dll)
Sintaxe
'Declaração
<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
)
Parâmetros
- workspaceName
Tipo: System.String
- workspaceOwner
Tipo: System.String
- items
Tipo: array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
- deletedState
Tipo: Microsoft.TeamFoundation.VersionControl.Server.DeletedState
- itemType
Tipo: Microsoft.TeamFoundation.VersionControl.Server.ItemType
- options
Tipo: System.Int32
Valor de retorno
Tipo: System.Collections.Generic.List<StreamingCollection<ExtendedItem>>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.