SharedStepsReferenceAction Constructor (Int32)
Initializes a new instance of the SharedStepsReferenceAction class by using the provided numeric identifier for the set of shared steps.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Sub New ( _
id As Integer _
)
public SharedStepsReferenceAction(
int id
)
public:
SharedStepsReferenceAction(
int id
)
new :
id:int -> SharedStepsReferenceAction
public function SharedStepsReferenceAction(
id : int
)
Parameters
id
Type: Int32A numeric identifier for shared steps.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SharedStepsReferenceAction Class