Share via


Support.StartTracingFromManifest Method (String, String, String)

Applies To: Windows 8.1

Starts tracing from the manifest.

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

Usage

'Usage
Dim instance As Support
Dim profileName As String
Dim traceTitle As String
Dim traceDescription As String

instance.StartTracingFromManifest(profileName, traceTitle, traceDescription)

Syntax

'Declaration
Public Sub StartTracingFromManifest ( _
    profileName As String, _
    traceTitle As String, _
    traceDescription As String _
)
public void StartTracingFromManifest (
    string profileName,
    string traceTitle,
    string traceDescription
)
public:
void StartTracingFromManifest (
    String^ profileName, 
    String^ traceTitle, 
    String^ traceDescription
)
public void StartTracingFromManifest (
    String profileName, 
    String traceTitle, 
    String traceDescription
)
public function StartTracingFromManifest (
    profileName : String, 
    traceTitle : String, 
    traceDescription : String
)

Parameters

  • profileName
    The name of the profile.
  • traceTitle
    The title for the trace. This parameter is optional.
  • traceDescription
    The description of the trace. This parameter is optional.

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

Support Class
Support Members
Microsoft.Assessments.Runtime Namespace