Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
SharedStepsReferenceAction(
	int id
)

Parameters

id
Type: System::Int32

A numeric identifier for shared steps.

Return to top
Show: