Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a XmlDocument representing the response body if the content type indicated the response was XML.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property XmlDocument As XmlDocument
public XmlDocument XmlDocument { get; }
public:
property XmlDocument^ XmlDocument {
XmlDocument^ get ();
}
member XmlDocument : XmlDocument with get
function get XmlDocument () : XmlDocument
Property Value
Type: XmlDocument
A XmlDocument object. Returns nulla null reference (Nothing in Visual Basic) if this is not an XML response.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.