Repository4.QueryChangesForChangeset, méthode
Modifications de requêtes partout dans un ensemble de modifications donné (peuvent être paginées ou des autres pages).
Espace de noms : Microsoft.TeamFoundation.VersionControl.Server
Assembly : Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntaxe
'Déclaration
<WebMethodAttribute> _
Public Function QueryChangesForChangeset ( _
changesetId As Integer, _
generateDownloadUrls As Boolean, _
pageSize As Integer, _
lastItem As ItemSpec, _
itemPropertyFilters As String(), _
itemAttributeFilters As String(), _
includeMergeSourceInfo As Boolean _
) As StreamingCollection(Of Change)
[WebMethodAttribute]
public StreamingCollection<Change> QueryChangesForChangeset(
int changesetId,
bool generateDownloadUrls,
int pageSize,
ItemSpec lastItem,
string[] itemPropertyFilters,
string[] itemAttributeFilters,
bool includeMergeSourceInfo
)
Paramètres
- changesetId
Type : System.Int32
ID d'ensemble de modifications pour retourner des modifications options.
- generateDownloadUrls
Type : System.Boolean
- pageSize
Type : System.Int32
- lastItem
Type : Microsoft.TeamFoundation.VersionControl.Server.ItemSpec
- itemPropertyFilters
Type : array<System.String[]
- itemAttributeFilters
Type : array<System.String[]
- includeMergeSourceInfo
Type : System.Boolean
Si inclure des informations sources de fusion dans l'objet de modification.
Valeur de retour
Type : Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Change>
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