Classe WebTestResultComment
Representa o corpo do comentário de um resultado de teste de desempenho da Web.
Hierarquia de herança
Object
Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultUnit
Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultComment
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintaxe
'Declaração
<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
O tipo WebTestResultComment expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Comment | Obtém ou define um comentário de texto. |
![]() |
DeclarativeWebTestItemId | Obtém ou define a identificação dessa solicitação em um teste declarativo. (Herdado de WebTestResultUnit.) |
![]() |
IsCompleted | Obtém um valor Boolean que indica se o status do resultado está concluído. (Herdado de WebTestResultUnit.) |
![]() |
IsSkipped | Obtém um valor Boolean que indica se esta solicitação foi ignorada. (Herdado de WebTestResultUnit.) |
![]() |
Passed | Obtém o valor booleano que indica se o teste de desempenho de Web passou. (Substitui WebTestResultUnit.Passed.) |
![]() |
ResultStatus | Obtém ou define o WebTestResultStatus dessa página ou a solicitação. (Herdado de WebTestResultUnit.) |
![]() |
SourceWebTestId | Obtém ou define o ID do teste de desempenho da Web. (Herdado de WebTestResultUnit.) |
Superior
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Clone | Cria um novo WebTestResultComment ou seja, uma cópia da instância atual. (Substitui WebTestResultUnit.Clone().) |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Herdado de Object.) |
![]() |
GetRequestSize | Obtém o tamanho da solicitação de teste. (Substitui WebTestResultUnit.GetRequestSize().) |
![]() |
GetResponseSize | Obtém o tamanho da resposta que é enviada para a solicitação de teste. (Substitui WebTestResultUnit.GetResponseSize().) |
![]() |
GetType | Gets the Type of the current instance. (Herdado de Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Herdado de Object.) |
![]() |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.