共用方式為


HtmlTagInnerText.RemoveInnerTags 屬性

取得或設定是否要移除內部標記的指標。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
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)

屬性值

型別:System.Boolean
true 以移除內部標記,否則為 false。

.NET Framework 安全性

請參閱

參考

HtmlTagInnerText 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間