WebTestItem.ItemId 屬性

項目在 Web 效能測試內之以零為起始的序號。

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

語法

'宣告
Public Property ItemId As Integer
    Get
    Friend Set
public int ItemId { get; internal set; }
public:
property int ItemId {
    int get ();
    internal: void set (int value);
}
member ItemId : int with get, internal set
function get ItemId () : int
internal function set ItemId (value : int)

屬性值

型別:System.Int32
項目在 Web 效能測試中的序號。

.NET Framework 安全性

請參閱

參考

WebTestItem 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間