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.

IUITestActionStack::SyncRoot Property

 

Gets the object that is used to lock and synchronize operations on the stack.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

property Object^ SyncRoot {
	Object^ get();
}

Property Value

Type: System::Object^

The SyncRoot object.

Return to top
Show: