Repository4.QueryChangesetExtended, méthode
Interrogez l'ensemble de modifications à des propriétés.
Espace de noms : Microsoft.TeamFoundation.VersionControl.Server
Assembly : Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntaxe
'Déclaration
<WebMethodAttribute> _
Public Function QueryChangesetExtended ( _
changesetId As Integer, _
includeChanges As Boolean, _
generateDownloadUrls As Boolean, _
changesetPropertyFilters As String(), _
itemAttributeFilters As String(), _
itemPropertyFilters As String() _
) As Changeset
[WebMethodAttribute]
public Changeset QueryChangesetExtended(
int changesetId,
bool includeChanges,
bool generateDownloadUrls,
string[] changesetPropertyFilters,
string[] itemAttributeFilters,
string[] itemPropertyFilters
)
Paramètres
- changesetId
Type : System.Int32
- includeChanges
Type : System.Boolean
- generateDownloadUrls
Type : System.Boolean
- changesetPropertyFilters
Type : array<System.String[]
- itemAttributeFilters
Type : array<System.String[]
- itemPropertyFilters
Type : array<System.String[]
Valeur de retour
Type : Microsoft.TeamFoundation.VersionControl.Server.Changeset
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