Sdílet prostřednictvím


ValidateHtmlTagInnerText.ExpectedInnerText – vlastnost

Získá nebo nastaví vnitřní očekávaný text.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
Public Property ExpectedInnerText As String
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)

Hodnota vlastnosti

Typ: String
Vnitřní text.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ValidateHtmlTagInnerText Třída

Microsoft.VisualStudio.TestTools.WebTesting.Rules – obor názvů