共用方式為


HtmlTagInnerText.EndOffset 屬性

取得內部文字在文件中的結束位移。

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

語法

'宣告
Public ReadOnly Property EndOffset As Integer
public int EndOffset { get; }
public:
property int EndOffset {
    int get ();
}
member EndOffset : int with get
function get EndOffset () : int

屬性值

型別:System.Int32
內部文字在文件中的結束位移。

.NET Framework 安全性

請參閱

參考

HtmlTagInnerText 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間