共用方式為


ITestActionResult.ActionId 屬性

取得或設定這個動作結果的識別碼。

命名空間:  Microsoft.TeamFoundation.TestManagement.Client
組件:  Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

語法

'宣告
Property ActionId As Integer
    Get
    Set
int ActionId { get; set; }
property int ActionId {
    int get ();
    void set (int value);
}
abstract ActionId : int with get, set
function get ActionId () : int
function set ActionId (value : int)

屬性值

型別:System.Int32
識別項。

.NET Framework 安全性

請參閱

參考

ITestActionResult 介面

Microsoft.TeamFoundation.TestManagement.Client 命名空間