Repository4.QueryItemsExtended-Methode
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function QueryItemsExtended ( _
workspaceName As String, _
workspaceOwner As String, _
items As ItemSpec(), _
deletedState As DeletedState, _
itemType As ItemType, _
options As Integer, _
itemPropertyFilters As String() _
) As List(Of StreamingCollection(Of ExtendedItem))
[WebMethodAttribute]
public List<StreamingCollection<ExtendedItem>> QueryItemsExtended(
string workspaceName,
string workspaceOwner,
ItemSpec[] items,
DeletedState deletedState,
ItemType itemType,
int options,
string[] itemPropertyFilters
)
Parameter
- workspaceName
Typ: System.String
- workspaceOwner
Typ: System.String
- items
Typ: array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
- deletedState
Typ: Microsoft.TeamFoundation.VersionControl.Server.DeletedState
- itemType
Typ: Microsoft.TeamFoundation.VersionControl.Server.ItemType
- options
Typ: System.Int32
- itemPropertyFilters
Typ: array<System.String[]
Rückgabewert
Typ: System.Collections.Generic.List<StreamingCollection<ExtendedItem>>
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.