HangReportContribution Constructor (String^, String^, String^)
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
)
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.
Show: