Propriedade ValidateHtmlTagInnerText.ExpectedInnerText

Obtém ou define o texto interno esperado.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
Public Property ExpectedInnerText As String
    Get
    Set
public string ExpectedInnerText { get; set; }
public:
property String^ ExpectedInnerText {
    String^ get ();
    void set (String^ value);
}
member ExpectedInnerText : string with get, set
function get ExpectedInnerText () : String
function set ExpectedInnerText (value : String)

Valor de propriedade

Tipo: System.String
O texto interno.

Segurança do .NET Framework

Consulte também

Referência

ValidateHtmlTagInnerText Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting.Rules