Compartilhar via


Propriedade ExtractHtmlTagInnerText.RemoveInnerTags

Obtém ou define um valor que indica se é necessário 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
    Get
    Set
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

ExtractHtmlTagInnerText Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting