Trace.Tracer.OutputDebugString(UInt32, String, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static void OutputDebugString(System::UInt32 level, System::String ^ fmt, ... cli::array <System::Object ^> ^ a);
public static void OutputDebugString (uint level, string fmt, params object[] a);
static member OutputDebugString : uint32 * string * obj[] -> unit
Public Shared Sub OutputDebugString (level As UInteger, fmt As String, ParamArray a As Object())
Parameters
- level
- UInt32
- fmt
- String
- a
- Object[]