WebTestResultComment Class
Represents the comment body of a Web performance test result.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Microsoft.VisualStudio.TestTools.WebTesting::WebTestResultUnit
Microsoft.VisualStudio.TestTools.WebTesting::WebTestResultComment
| Name | Description | |
|---|---|---|
![]() | Comment | Gets or sets a text comment. |
![]() | DeclarativeWebTestItemId | Gets or sets the ID of this request in a declarative test. (Inherited from WebTestResultUnit.) |
![]() | IsCompleted | Gets a Boolean value that indicates whether the result status is Completed.(Inherited from WebTestResultUnit.) |
![]() | IsSkipped | Gets a Boolean value that indicates whether this request was skipped. (Inherited from WebTestResultUnit.) |
![]() | Passed | Gets the Boolean value that indicates whether the Web performance test passed.(Overrides WebTestResultUnit::Passed.) |
![]() | ResultStatus | Gets or sets the WebTestResultStatus of this page or request. (Inherited from WebTestResultUnit.) |
![]() | SourceWebTestId | Gets or sets the ID of the Web performance test.(Inherited from WebTestResultUnit.) |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new WebTestResultComment that is a copy of the current instance.(Overrides WebTestResultUnit::Clone().) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetRequestSize() | Gets the size of the test request.(Overrides WebTestResultUnit::GetRequestSize().) |
![]() | GetResponseSize() | Gets the size of the response that is sent for the test request.(Overrides WebTestResultUnit::GetResponseSize().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


