Sdílet prostřednictvím


HangReportContribution – konstruktor (String, String, String, array<HangReportContribution )

Inicializuje novou instanci HangReportContribution.

Obor názvů:  Microsoft.VisualStudio.Threading
Sestavení:  Microsoft.VisualStudio.Threading (v Microsoft.VisualStudio.Threading.dll)

Syntaxe

'Deklarace
Public Sub New ( _
    content As String, _
    contentType As String, _
    contentName As String, _
    ParamArray nestedReports As HangReportContribution() _
)
public HangReportContribution(
    string content,
    string contentType,
    string contentName,
    params HangReportContribution[] nestedReports
)
public:
HangReportContribution(
    String^ content, 
    String^ contentType, 
    String^ contentName, 
    ... array<HangReportContribution^>^ nestedReports
)
new : 
        content:string * 
        contentType:string * 
        contentName:string * 
        nestedReports:HangReportContribution[] -> HangReportContribution
public function HangReportContribution(
    content : String, 
    contentType : String, 
    contentName : String, 
    ... nestedReports : HangReportContribution[]
)

Parametry

  • content
    Typ: String

    Obsah sestavy zablokuje.

  • contentType
    Typ: String

    MIME Typ obsahu připojené.

  • contentName
    Typ: String

    Navržený název souboru obsahu, pokud je připojen v sestavě.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

HangReportContribution Třída

HangReportContribution – přetížení

Microsoft.VisualStudio.Threading – obor názvů