Metodo ConnectedServicesWebService.QueryConnectedServices
Spazio dei nomi: Microsoft.TeamFoundation.Framework.Server.Alm.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Sintassi
'Dichiarazione
<WebMethodAttribute> _
Public Function QueryConnectedServices ( _
teamProject As String _
) As List(Of ConnectedServiceMetadata)
[WebMethodAttribute]
public List<ConnectedServiceMetadata> QueryConnectedServices(
string teamProject
)
Parametri
- teamProject
Tipo: System.String
Valore restituito
Tipo: System.Collections.Generic.List<ConnectedServiceMetadata>
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
ConnectedServicesWebService Classe
Spazio dei nomi Microsoft.TeamFoundation.Framework.Server.Alm.WebServices