Propriedade ValidateHtmlTagInnerText.RemoveInnerTags

Obtém ou define um valor Boolean que indica se é necessário remover as tags internas. Valor padrão étrue.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
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

ValidateHtmlTagInnerText Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting.Rules