WebTestResultComment 클래스
웹 성능 테스트 결과의 주석 본문을 나타냅니다.
상속 계층 구조
Object
Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultUnit
Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultComment
네임스페이스: Microsoft.VisualStudio.TestTools.WebTesting
어셈블리: Microsoft.VisualStudio.QualityTools.WebTestFramework(Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
구문
‘선언
<SerializableAttribute> _
Public Class WebTestResultComment _
Inherits WebTestResultUnit _
Implements ICloneable
[SerializableAttribute]
public class WebTestResultComment : WebTestResultUnit,
ICloneable
[SerializableAttribute]
public ref class WebTestResultComment : public WebTestResultUnit,
ICloneable
[<SerializableAttribute>]
type WebTestResultComment =
class
inherit WebTestResultUnit
interface ICloneable
end
public class WebTestResultComment extends WebTestResultUnit implements ICloneable
WebTestResultComment 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
![]() |
Comment | 텍스트 주석을 가져오거나 설정합니다. |
![]() |
DeclarativeWebTestItemId | 선언적 테스트에서는 이 요청의 ID를 가져오거나 설정합니다. (WebTestResultUnit에서 상속됨) |
![]() |
IsCompleted | 결과 상태가 완료되었는지 여부를 나타내는 부울 값을 가져옵니다. (WebTestResultUnit에서 상속됨) |
![]() |
IsSkipped | 이 요청이 생략되었는지 여부를 나타내는 부울 값을 가져옵니다. (WebTestResultUnit에서 상속됨) |
![]() |
Passed | 웹 성능 테스트에 통과했는지 여부를 나타내는 부울 값을 가져옵니다. (WebTestResultUnit.Passed을(를) 재정의함) |
![]() |
ResultStatus | 이 페이지 또는 요청의 WebTestResultStatus를 가져오거나 설정합니다. (WebTestResultUnit에서 상속됨) |
![]() |
SourceWebTestId | 웹 성능 테스트의 ID를 가져오거나 설정합니다. (WebTestResultUnit에서 상속됨) |
위쪽
메서드
이름 | 설명 | |
---|---|---|
![]() |
Clone | 현재 인스턴스의 복사본인 새 WebTestResultComment를 만듭니다. (WebTestResultUnit.Clone()을(를) 재정의함) |
![]() |
Equals | 지정한 개체와 현재 개체가 같은지를 확인합니다. (Object에서 상속됨) |
![]() |
Finalize | 가비지 수집기가 회수하기 전에 개체가 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨) |
![]() |
GetHashCode | 기본 해시 함수로 작동합니다. (Object에서 상속됨) |
![]() |
GetRequestSize | 테스트 요청의 크기를 가져옵니다. (WebTestResultUnit.GetRequestSize()을(를) 재정의함) |
![]() |
GetResponseSize | 테스트 요청을 위해 보내는 응답의 크기를 가져옵니다. (WebTestResultUnit.GetResponseSize()을(를) 재정의함) |
![]() |
GetType | 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨) |
![]() |
MemberwiseClone | 현재 Object의 부분 복사본을 만듭니다. (Object에서 상속됨) |
![]() |
ToString | 현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨) |
위쪽
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.