Repository4.QueryItemsExtended, méthode
Espace de noms : Microsoft.TeamFoundation.VersionControl.Server
Assembly : Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntaxe
'Déclaration
<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
)
Paramètres
- workspaceName
Type : System.String
- workspaceOwner
Type : System.String
- items
Type : array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
- deletedState
Type : Microsoft.TeamFoundation.VersionControl.Server.DeletedState
- itemType
Type : Microsoft.TeamFoundation.VersionControl.Server.ItemType
- options
Type : System.Int32
- itemPropertyFilters
Type : array<System.String[]
Valeur de retour
Type : System.Collections.Generic.List<StreamingCollection<ExtendedItem>>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.VersionControl.Server, espace de noms