Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.