Share via


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

public SharedStepsReferenceAction(
    int id
)
public:
SharedStepsReferenceAction(
    int id
)
new : 
        id:int -> SharedStepsReferenceAction
Public Sub New (
    id As Integer
)

Parameters

  • id
    Type: System.Int32

    A numeric identifier for shared steps.

See Also

SharedStepsReferenceAction Overload
SharedStepsReferenceAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top