Iteration.SetTrace Method (String, String, 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 traceName As String
Dim traceTooltip As String
Dim returnValue As Trace
returnValue = instance.SetTrace(traceFile, traceLink, traceName, traceTooltip)
Syntax
'Declaration
Public Function SetTrace ( _
traceFile As String, _
traceLink As String, _
traceName As String, _
traceTooltip As String _
) As Trace
public Trace SetTrace (
string traceFile,
string traceLink,
string traceName,
string traceTooltip
)
public:
Trace^ SetTrace (
String^ traceFile,
String^ traceLink,
String^ traceName,
String^ traceTooltip
)
public Trace SetTrace (
String traceFile,
String traceLink,
String traceName,
String traceTooltip
)
public function SetTrace (
traceFile : String,
traceLink : String,
traceName : String,
traceTooltip : String
) : Trace
Parameters
- traceFile
The trace file name.
- traceLink
The trace link.
- traceName
The trace name.
- traceTooltip
The trace tool tip.
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