WebTestResultPage.GetSize Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
This member overrides WebTestResultUnit.GetSize().
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Overrides Function GetSize As Long
'Usage
Dim instance As WebTestResultPage
Dim returnValue As Long
returnValue = instance.GetSize()
public override long GetSize()
public:
virtual long long GetSize() override
abstract GetSize : unit -> int64
override GetSize : unit -> int64
public override function GetSize() : long
Return Value
Type: System.Int64
.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.