共用方式為


SharedStepsReferenceAction 建構函式 (Int32)

使用為共用步驟集提供的數值識別碼,初始化 SharedStepsReferenceAction 類別的新執行個體。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Common
組件:  Microsoft.VisualStudio.TestTools.UITest.Common (在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

語法

'宣告
Public Sub New ( _
    id As Integer _
)
public SharedStepsReferenceAction(
    int id
)
public:
SharedStepsReferenceAction(
    int id
)
new : 
        id:int -> SharedStepsReferenceAction
public function SharedStepsReferenceAction(
    id : int
)

參數

  • id
    型別:System.Int32
    共用步驟的數值識別碼。

.NET Framework 安全性

請參閱

參考

SharedStepsReferenceAction 類別

SharedStepsReferenceAction 多載

Microsoft.VisualStudio.TestTools.UITest.Common 命名空間