ConfigurationHelper.TryQueryServiceConfig, méthode
Espace de noms : Microsoft.TeamFoundation.Build.Common
Assembly : Microsoft.TeamFoundation.Build.Common (dans Microsoft.TeamFoundation.Build.Common.dll)
Syntaxe
'Déclaration
Public Shared Function TryQueryServiceConfig ( _
serviceName As String, _
<OutAttribute> ByRef serviceConfig As ConfigurationHelper.QUERY_SERVICE_CONFIG _
) As Boolean
public static bool TryQueryServiceConfig(
string serviceName,
out ConfigurationHelper.QUERY_SERVICE_CONFIG serviceConfig
)
Paramètres
- serviceName
Type : System.String
- serviceConfig
Type : Microsoft.TeamFoundation.Build.Common.ConfigurationHelper.QUERY_SERVICE_CONFIG%
Valeur de retour
Type : System.Boolean
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.