Udostępnij za pośrednictwem


Właściwość WebTestResponse.HtmlDocument —

Pobiera HtmlDocument utworzona przez analizowanie treści odpowiedzi odpowiedzi z typem zawartości HTML lub XHTML.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.WebTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Składnia

'Deklaracja
Public Property HtmlDocument As HtmlDocument
public HtmlDocument HtmlDocument { get; internal set; }
public:
property HtmlDocument^ HtmlDocument {
    HtmlDocument^ get ();
    internal: void set (HtmlDocument^ value);
}
member HtmlDocument : HtmlDocument with get, internal set
function get HtmlDocument () : HtmlDocument 
internal function set HtmlDocument (value : HtmlDocument)

Wartość właściwości

Typ: Microsoft.VisualStudio.TestTools.WebTesting.HtmlDocument
Obiekt HtmlDocument.Powoduje to zwrócenie nullodwołanie o wartości null (Nothing w języku Visual Basic) Jeśli nie jest to komunikat odpowiedzi HTML.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

WebTestResponse Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting