Metodo TeamFoundationServiceException.ExtractInts

Analizza un messaggio di SqlError ed estrae il campo identificato dalla chiave.

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

'Dichiarazione
Public Shared Function ExtractInts ( _
    error As SqlError, _
    key As String _
) As List(Of Integer)
public static List<int> ExtractInts(
    SqlError error,
    string key
)

Parametri

Valore restituito

Tipo: System.Collections.Generic.List<Int32>
Un elenco di valori Integer se disponibile.

Note

Le ricerche del modello %key=value% e restituisce valore come int.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TeamFoundationServiceException Classe

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server