Partilhar via


Propriedade HtmlTagInnerText.RemoveInnerTags

Obtém ou define o indicador se deseja remover as tags internas.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean
true Para remover as tags internas; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

HtmlTagInnerText Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting