HangReportContribution Constructor (String^, String^, String^, array<HangReportContribution^>^)

 

Initializes a new instance of the HangReportContribution.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

public:
HangReportContribution(
	String^ content,
	String^ contentType,
	String^ contentName,
	... array<HangReportContribution^>^ nestedReports
)

Parameters

content
Type: System::String^

The content for the hang report.

contentType
Type: System::String^

The MIME type of the attached content.

contentName
Type: System::String^

The suggested filename of the content when it is attached in a report.

nestedReports
Type: array<Microsoft.VisualStudio.Threading::HangReportContribution^>^

Nested reports.

Return to top
Show: