Iteration.SetTrace Method (String, String)

Applies To: Windows 8.1

Sets values for the Trace object of the Iteration.

Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As Iteration
Dim traceFile As String
Dim traceLink As String
Dim returnValue As Trace

returnValue = instance.SetTrace(traceFile, traceLink)

Syntax

'Declaration
Public Function SetTrace ( _
    traceFile As String, _
    traceLink As String _
) As Trace
public Trace SetTrace (
    string traceFile,
    string traceLink
)
public:
Trace^ SetTrace (
    String^ traceFile, 
    String^ traceLink
)
public Trace SetTrace (
    String traceFile, 
    String traceLink
)
public function SetTrace (
    traceFile : String, 
    traceLink : String
) : Trace

Parameters

  • traceFile
    The trace file name.
  • traceLink
    The trace link.

Return Value

Returns Trace.

Remarks

The Trace object holds information from element Iteration/Trace.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8.1

See Also

Reference

Iteration Class
Iteration Members
Microsoft.Assessments.Runtime Namespace