Proprietà HtmlTagInnerText.RemoveInnerTags

Ottiene o imposta il contrassegno di se rimuovere i tag.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
Public Property RemoveInnerTags As Boolean
public bool RemoveInnerTags { get; set; }
public:
property bool RemoveInnerTags {
    bool get ();
    void set (bool value);
}
member RemoveInnerTags : bool with get, set
function get RemoveInnerTags () : boolean
function set RemoveInnerTags (value : boolean)

Valore proprietà

Tipo: System.Boolean
true per rimuovere i tag interni, in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

HtmlTagInnerText Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting