HangReportContribution Constructor (String^, String^, String^, array<HangReportContribution^>^)
Visual Studio 2015
Initializes a new instance of the HangReportContribution.
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.
Show: