Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
public SharedStepsReferenceAction(
int id
)
public:
SharedStepsReferenceAction(
int id
)
new :
id:int -> SharedStepsReferenceAction
Public Sub New (
id As Integer
)
Parameters
id
Type: System.Int32A numeric identifier for shared steps.
See Also
SharedStepsReferenceAction Overload
SharedStepsReferenceAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top