TeamFoundationRequestContext.Trace, méthode (Int32, TraceLevel, String, String, array<String[], String, array<Object[])
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
Public Overridable Sub Trace ( _
tracepoint As Integer, _
level As TraceLevel, _
area As String, _
layer As String, _
tags As String(), _
format As String, _
ParamArray args As Object() _
)
public virtual void Trace(
int tracepoint,
TraceLevel level,
string area,
string layer,
string[] tags,
string format,
params Object[] args
)
Paramètres
- tracepoint
Type : System.Int32
- level
Type : System.Diagnostics.TraceLevel
- area
Type : System.String
- layer
Type : System.String
- tags
Type : array<System.String[]
- format
Type : System.String
- args
Type : array<System.Object[]
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.