Sdílet prostřednictvím


HangReportContribution.ContentType – vlastnost

Získá typ MIME pro obsah.

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

Syntaxe

'Deklarace
Public Property ContentType As String
public string ContentType { get; private set; }
public:
property String^ ContentType {
    String^ get ();
    private: void set (String^ value);
}
member ContentType : string with get, private set
function get ContentType () : String 
private function set ContentType (value : String)

Hodnota vlastnosti

Typ: String
Typ MIME.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

HangReportContribution Třída

Microsoft.VisualStudio.Threading – obor názvů