HangReportContribution Konstruktoren

Definition

Überlädt

HangReportContribution(String, String, String)

Initialisiert eine neue Instanz der HangReportContribution-Klasse.

HangReportContribution(String, String, String, HangReportContribution[])

Initialisiert eine neue Instanz der HangReportContribution-Klasse.

HangReportContribution(String, String, String)

Initialisiert eine neue Instanz der HangReportContribution-Klasse.

public:
 HangReportContribution(System::String ^ content, System::String ^ contentType, System::String ^ contentName);
public:
 HangReportContribution(Platform::String ^ content, Platform::String ^ contentType, Platform::String ^ contentName);
 HangReportContribution(std::wstring const & content, std::wstring const & contentType, std::wstring const & contentName);
public HangReportContribution (string content, string contentType, string contentName);
public HangReportContribution (string? content, string contentType, string contentName);
new Microsoft.VisualStudio.Threading.HangReportContribution : string * string * string -> Microsoft.VisualStudio.Threading.HangReportContribution
Public Sub New (content As String, contentType As String, contentName As String)

Parameter

content
String

Der Inhalt für den Absturzbericht.

contentType
String

Der MIME Typ des angefügten Inhalts.

contentName
String

Der vorgeschlagene Dateiname des Inhalts, wenn er einem Bericht angefügt wird.

Gilt für

HangReportContribution(String, String, String, HangReportContribution[])

Initialisiert eine neue Instanz der HangReportContribution-Klasse.

public:
 HangReportContribution(System::String ^ content, System::String ^ contentType, System::String ^ contentName, ... cli::array <Microsoft::VisualStudio::Threading::HangReportContribution ^> ^ nestedReports);
public HangReportContribution (string content, string contentType, string contentName, params Microsoft.VisualStudio.Threading.HangReportContribution[] nestedReports);
public HangReportContribution (string? content, string contentType, string contentName, params Microsoft.VisualStudio.Threading.HangReportContribution[]? nestedReports);
new Microsoft.VisualStudio.Threading.HangReportContribution : string * string * string * Microsoft.VisualStudio.Threading.HangReportContribution[] -> Microsoft.VisualStudio.Threading.HangReportContribution
Public Sub New (content As String, contentType As String, contentName As String, ParamArray nestedReports As HangReportContribution())

Parameter

content
String

Der Inhalt für den Absturzbericht.

contentType
String

Der MIME Typ des angefügten Inhalts.

contentName
String

Der vorgeschlagene Dateiname des Inhalts, wenn er einem Bericht angefügt wird.

nestedReports
HangReportContribution[]

Geschachtelte Berichte.

Gilt für