Aracılığıyla paylaş


HtmlTagInnerText.RemoveInnerTags Özellik

Alır veya ayarlar iç etiketleri kaldırma kullanılmayacağını gösterir.

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

'Bildirim
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)

Özellik Değeri

Tür: System.Boolean
true İç etiketleri kaldırmak için; Aksi takdirde, false.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

HtmlTagInnerText Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı