TraceHelper.Trace Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| Trace(String, String, Object[]) |
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice. |
| Trace(String, UInt32, String, Object[]) |
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice. |
Trace(String, String, Object[])
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.
public static void Trace(string strComponentName, string strFormat, params object[] args);
static member Trace : string * string * obj[] -> unit
Public Shared Sub Trace (strComponentName As String, strFormat As String, ParamArray args As Object())
Parametri
- strComponentName
- String
- strFormat
- String
- args
- Object[]
Si applica a
Trace(String, UInt32, String, Object[])
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.
public static void Trace(string strComponentName, uint traceLevel, string strFormat, params object[] args);
static member Trace : string * uint32 * string * obj[] -> unit
Public Shared Sub Trace (strComponentName As String, traceLevel As UInteger, strFormat As String, ParamArray args As Object())
Parametri
- strComponentName
- String
- traceLevel
- UInt32
- strFormat
- String
- args
- Object[]