DiscussionWebService.QueryDiscussionsByCodeReviewRequest, méthode
Espace de noms : Microsoft.TeamFoundation.Discussion.Server
Assembly : Microsoft.TeamFoundation.Discussion.Server (dans Microsoft.TeamFoundation.Discussion.Server.dll)
Syntaxe
'Déclaration
<WebMethodAttribute> _
<ClientServiceMethodAttribute(AsyncPattern := True, SyncPattern := False)> _
Public Function QueryDiscussionsByCodeReviewRequest ( _
workItemId As Integer, _
<OutAttribute> ByRef legacyComments As List(Of LegacyComment), _
<OutAttribute> ByRef authors As TeamFoundationIdentity() _
) As List(Of LegacyDiscussionThread)
[WebMethodAttribute]
[ClientServiceMethodAttribute(AsyncPattern = true, SyncPattern = false)]
public List<LegacyDiscussionThread> QueryDiscussionsByCodeReviewRequest(
int workItemId,
out List<LegacyComment> legacyComments,
out TeamFoundationIdentity[] authors
)
Paramètres
- workItemId
Type : System.Int32
- legacyComments
Type : System.Collections.Generic.List<LegacyComment>%
- authors
Type : array<Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity[]%
Valeur de retour
Type : System.Collections.Generic.List<LegacyDiscussionThread>
retourne List<T> ;
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.