Repository.QueryItemsExtended (Método)
Espacio de nombres: Microsoft.TeamFoundation.VersionControl.Server
Ensamblado: Microsoft.TeamFoundation.VersionControl.Server (en Microsoft.TeamFoundation.VersionControl.Server.dll)
Sintaxis
'Declaración
<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 devuelto
Tipo: System.Collections.Generic.List<StreamingCollection<ExtendedItem>>
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.TeamFoundation.VersionControl.Server (Espacio de nombres)